Updating the bignum package source to a fork that works on Nim 0.20

The original repo https://github.com/FedeOmoto/bignum hasn't been
maintained in many years.

I am not an expert in bignum but I am maintaining a fork of it that
runs with the latest stable Nim version (v0.20.0 as of today).
This commit is contained in:
Kaushal Modi 2019-06-20 14:16:36 -04:00
parent 29038ddac7
commit 7dc8e195ba

View File

@ -2989,7 +2989,7 @@
},
{
"name": "bignum",
"url": "https://github.com/FedeOmoto/bignum",
"url": "https://github.com/kaushalmodi/bignum",
"method": "git",
"tags": [
"bignum",
@ -2998,7 +2998,7 @@
],
"description": "Wrapper around the GMP bindings for the Nim language.",
"license": "MIT",
"web": "https://github.com/FedeOmoto/bignum"
"web": "https://github.com/kaushalmodi/bignum"
},
{
"name": "rbtree",