diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2013-10-12 18:24:45 -0700 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2013-10-12 18:24:45 -0700 |
| commit | ca83b7d72bb54b186ab46c10d76887967c3146aa (patch) | |
| tree | 8296777bcf269f6b82b3a6dea68ffde7e4e5b010 | |
| parent | ad3659c7890bf21d732764dbd3c86e953704d753 (diff) | |
| parent | 9c3c2806b96375f78f691cdfc7d25ab4f3c13efd (diff) | |
| download | packages-ca83b7d72bb54b186ab46c10d76887967c3146aa.tar.gz packages-ca83b7d72bb54b186ab46c10d76887967c3146aa.zip | |
Merge pull request #26 from achesak/master
Added extmath.
| -rw-r--r-- | packages.json | 9 |
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" } ] |
