Merge pull request #298 from achesak/master

Added pythonmath.
This commit is contained in:
Dominik Picheta 2015-12-28 12:00:53 +00:00
commit 2e58531104

View File

@ -3795,5 +3795,18 @@
"description": "Variant type and type matching",
"license": "MIT",
"web": "https://github.com/yglukhov/variant"
},
{
"name": "pythonmath",
"url": "git://github.com/achesak/nim-pythonmath",
"method": "git",
"tags": [
"library",
"python",
"math"
],
"description": "Module to provide an interface as similar as possible to Python's math libary",
"license": "MIT",
"web": "https://github.com/achesak/nim-pythonmath"
}
]