Highjack nim-gmp

`nim-gmp` is an unmaintained package that's fallen out of compatibility with nimble. I've forked it and made a trivial change to restore compatibility.
This commit is contained in:
Zach Smith 2017-08-08 17:05:37 -04:00 committed by GitHub
parent 1d2b7c3a0d
commit 5dc908eadb

View File

@ -1665,7 +1665,7 @@
},
{
"name": "gmp",
"url": "https://github.com/FedeOmoto/nim-gmp",
"url": "https://github.com/subsetpark/nim-gmp",
"method": "git",
"tags": [
"library",
@ -1675,7 +1675,7 @@
],
"description": "wrapper for the GNU multiple precision arithmetic library (GMP)",
"license": "LGPLv3 or GPLv2",
"web": "https://github.com/FedeOmoto/nim-gmp"
"web": "https://github.com/subsetpark/nim-gmp"
},
{
"name": "ludens",