aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2013-10-12 18:24:45 -0700
committerDominik Picheta <dominikpicheta@googlemail.com>2013-10-12 18:24:45 -0700
commitca83b7d72bb54b186ab46c10d76887967c3146aa (patch)
tree8296777bcf269f6b82b3a6dea68ffde7e4e5b010
parentad3659c7890bf21d732764dbd3c86e953704d753 (diff)
parent9c3c2806b96375f78f691cdfc7d25ab4f3c13efd (diff)
downloadpackages-ca83b7d72bb54b186ab46c10d76887967c3146aa.tar.gz
packages-ca83b7d72bb54b186ab46c10d76887967c3146aa.zip
Merge pull request #26 from achesak/master
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"
}
]