From 3a0fac87e33265332b00f60fd6bd57e836358e14 Mon Sep 17 00:00:00 2001 From: def Date: Tue, 22 Jul 2014 22:14:53 +0200 Subject: [PATCH] Add bigints and iterutils --- packages.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) 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" } ]