Merge pull request #92 from cowboy-coders/master

adds a wrapper for the GNU GMP library
This commit is contained in:
Dominik Picheta 2014-10-28 11:39:19 +00:00
commit 3c124b95f2

View File

@ -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"
}
]