aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2014-07-22 22:47:53 +0100
committerDominik Picheta <dominikpicheta@googlemail.com>2014-07-22 22:47:53 +0100
commit6f0320f155a261ca1073ee7f7cbdd0f95856dcbd (patch)
tree2f74052fdb8e5a7de1971ca0b361419acb6c54cf
parent2d744a96ef1056165cd3d50bb26127886a19a5be (diff)
parent3a0fac87e33265332b00f60fd6bd57e836358e14 (diff)
downloadpackages-6f0320f155a261ca1073ee7f7cbdd0f95856dcbd.tar.gz
packages-6f0320f155a261ca1073ee7f7cbdd0f95856dcbd.zip
Merge pull request #73 from def-/master
Add bigints and iterutils
-rw-r--r--packages.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 046436c..d34981e 100644
--- a/packages.json
+++ b/packages.json
@@ -795,5 +795,23 @@
"description": "A wrapper of libsndfile",
"license": "MIT",
"web": "https://github.com/julienaubert/nim-sndfile"
+ },
+ {
+ "name": "bigints",
+ "url": "git://github.com/def-/bigints",
+ "method": "git",
+ "tags": ["math", "library", "numbers"],
+ "description": "Arbitrary-precision integers",
+ "license": "MIT",
+ "web": "https://github.com/def-/bigints"
+ },
+ {
+ "name": "iterutils",
+ "url": "git://github.com/def-/iterutils",
+ "method": "git",
+ "tags": ["library", "iterators"],
+ "description": "Functional operations for iterators and slices, similar to sequtils",
+ "license": "MIT",
+ "web": "https://github.com/def-/iterutils"
}
]