Merge pull request #497 from TiberiumN/add-mathexpr1504

Add package mathexpr
This commit is contained in:
Dominik Picheta 2017-04-26 17:08:24 +02:00 committed by GitHub
commit 5dcc2ba666

View File

@ -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"
}
]