aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorachesak <achesak@yahoo.com>2013-10-12 20:14:01 -0500
committerachesak <achesak@yahoo.com>2013-10-12 20:14:01 -0500
commit9c3c2806b96375f78f691cdfc7d25ab4f3c13efd (patch)
tree8296777bcf269f6b82b3a6dea68ffde7e4e5b010
parent12702db6be095bfa4c87b930232b971904131782 (diff)
downloadpackages-9c3c2806b96375f78f691cdfc7d25ab4f3c13efd.tar.gz
packages-9c3c2806b96375f78f691cdfc7d25ab4f3c13efd.zip
Added extmath.
-rw-r--r--packages.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index e070c8e..81378e4 100644
--- a/packages.json
+++ b/packages.json
@@ -231,6 +231,15 @@
"tags": ["library", "rss", "xml", "syndication"],
"description": "RSS library",
"license": "MIT"
+ },
+
+ {
+ "name": "extmath",
+ "url": "git://github.com/achesak/extmath.nim",
+ "method": "git",
+ "tags": ["library", "math", "trigonometry"],
+ "description": "Nimrod math library",
+ "license": "MIT"
}
]