aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2014-10-28 11:39:19 +0000
committerDominik Picheta <dominikpicheta@googlemail.com>2014-10-28 11:39:19 +0000
commit3c124b95f2aa60a23db49bc69cee08178269b82c (patch)
tree2b18a9bf4fed1ed0cc7815a16605f53d7b2a45b0
parent1da4bf904c6b693e9f367bc71930f16ed9d49df3 (diff)
parent4ae87989c59a7263757ae72aa90b3d0fba751f87 (diff)
downloadpackages-3c124b95f2aa60a23db49bc69cee08178269b82c.tar.gz
packages-3c124b95f2aa60a23db49bc69cee08178269b82c.zip
Merge pull request #92 from cowboy-coders/master
adds a wrapper for the GNU GMP library
-rw-r--r--packages.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 691238d..81ea1cd 100644
--- a/packages.json
+++ b/packages.json
@@ -1002,6 +1002,15 @@
"description": "Humanize elapsed time",
"license": "MIT",
"web": "https://github.com/hiteshjasani/nim-eternity"
+ },
+ {
+ "name": "gmp",
+ "url": "git://github.com/cowboy-coders/nim-gmp",
+ "method": "git",
+ "tags": ["library", "bignum", "numbers", "math"],
+ "description": "wrapper for the GNU multiple precision arithmetic library (GMP)",
+ "license": "LGPLv3 or GPLv2",
+ "web": "https://github.com/cowboy-coders/nim-gmp"
}
]