aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorachesak <achesak@yahoo.com>2015-12-27 20:45:18 -0600
committerachesak <achesak@yahoo.com>2015-12-27 20:45:18 -0600
commit704b972bcd7a726bb1557a5149e7285a86f61ecb (patch)
tree2c222aee7dc97240bb8a491a7f8f9a1e364c02e5
parent0a29dfd8ab093b885d72b32919f14da20c3ac2a1 (diff)
downloadpackages-704b972bcd7a726bb1557a5149e7285a86f61ecb.tar.gz
packages-704b972bcd7a726bb1557a5149e7285a86f61ecb.zip
Added pythonmath.
-rw-r--r--packages.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index aa490ba..5c180fa 100644
--- a/packages.json
+++ b/packages.json
@@ -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"
}
]