diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2015-06-05 11:51:52 +0100 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2015-06-05 11:51:52 +0100 |
| commit | b8764eb7e7b95e05cadfcbb05a51e45d70711bcd (patch) | |
| tree | f5d639afcf0722e8a45fb208e1fc035ee19f8e36 | |
| parent | c1154329ea0109a410e01052cebcf4ac0d3e7d33 (diff) | |
| parent | f27e7e1a5de11929a63af811d8485077fb042642 (diff) | |
| download | packages-b8764eb7e7b95e05cadfcbb05a51e45d70711bcd.tar.gz packages-b8764eb7e7b95e05cadfcbb05a51e45d70711bcd.zip | |
Merge pull request #183 from FedeOmoto/master
Add bignum package
| -rw-r--r-- | packages.json | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/packages.json b/packages.json index 22faa06..bf361fc 100644 --- a/packages.json +++ b/packages.json @@ -986,12 +986,12 @@ }, { "name": "gmp", - "url": "git://github.com/cowboy-coders/nim-gmp", + "url": "https://github.com/FedeOmoto/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" + "web": "https://github.com/FedeOmoto/nim-gmp" }, { "name": "ludens", @@ -1423,7 +1423,7 @@ "tags": ["LLVM", "bindings", "wrapper"], "description": "LLVM bindings for the Nim language.", "license": "MIT", - "web": "http://fedeomoto.github.io/llvm/" + "web": "https://github.com/FedeOmoto/llvm" }, { "name": "nshout", @@ -1632,5 +1632,14 @@ "description": "Simple package for query HTML/XML elements using a CSS3 or jQuery-like selector syntax", "license": "MIT", "web": "https://github.com/rgv151/q.nim" + }, + { + "name": "bignum", + "url": "https://github.com/FedeOmoto/bignum", + "method": "git", + "tags": ["bignum", "gmp", "wrapper"], + "description": "Wrapper around the GMP bindings for the Nim language.", + "license": "MIT", + "web": "https://github.com/FedeOmoto/bignum" } ] |
