From 2affe068fcfbf95bbf0b5be0ffdb96b676eadc24 Mon Sep 17 00:00:00 2001 From: Daniil Yarancev Date: Wed, 26 Apr 2017 18:04:15 +0300 Subject: Added package mathexpr --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index d8d465e..a783911 100644 --- a/packages.json +++ b/packages.json @@ -6248,5 +6248,18 @@ "description": "A Nim library to create and manage temporary directories.", "license": "BSD3", "web": "https://github.com/euantorano/tempdir.nim" + }, + { + "name": "mathexpr", + "url": "https://github.com/TiberiumN/nim-mathexpr", + "method": "git", + "tags": [ + "math", + "mathparser", + "tinyexpr" + ], + "description": "MathExpr - wrapper around TinyExpr C library", + "license": "MIT", + "web": "https://github.com/TiberiumN/nim-mathexpr" } ] -- cgit v1.2.3