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