diff options
| -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" } ] |
