Merge pull request #73 from def-/master

Add bigints and iterutils
This commit is contained in:
Dominik Picheta 2014-07-22 22:47:53 +01:00
commit 6f0320f155

View File

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