aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniil Yarancev <tiberiumk12@gmail.com>2017-04-26 18:04:15 +0300
committerDaniil Yarancev <tiberiumk12@gmail.com>2017-04-26 18:04:15 +0300
commit2affe068fcfbf95bbf0b5be0ffdb96b676eadc24 (patch)
tree66006cc164361028803be41deb41c9eec3ff6bc4
parent75c4c0a8f96d098943512625b6edc61075c3fefa (diff)
downloadpackages-2affe068fcfbf95bbf0b5be0ffdb96b676eadc24.tar.gz
packages-2affe068fcfbf95bbf0b5be0ffdb96b676eadc24.zip
Added package mathexpr
-rw-r--r--packages.json13
1 files changed, 13 insertions, 0 deletions
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"
}
]