diff options
| author | Daniil Yarancev <tiberiumk12@gmail.com> | 2017-04-26 18:04:15 +0300 |
|---|---|---|
| committer | Daniil Yarancev <tiberiumk12@gmail.com> | 2017-04-26 18:04:15 +0300 |
| commit | 2affe068fcfbf95bbf0b5be0ffdb96b676eadc24 (patch) | |
| tree | 66006cc164361028803be41deb41c9eec3ff6bc4 /packages.json | |
| parent | 75c4c0a8f96d098943512625b6edc61075c3fefa (diff) | |
| download | packages-2affe068fcfbf95bbf0b5be0ffdb96b676eadc24.tar.gz packages-2affe068fcfbf95bbf0b5be0ffdb96b676eadc24.zip | |
Added package mathexpr
Diffstat (limited to 'packages.json')
| -rw-r--r-- | packages.json | 13 |
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" } ] |
