add GNU GMP wrapper

This commit is contained in:
Will Szumski 2014-10-27 19:38:08 +00:00
parent 1da4bf904c
commit 4ae87989c5

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