aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornarimiran <miran.tuhtan+git@gmail.com>2018-03-24 19:26:57 +0100
committernarimiran <miran.tuhtan+git@gmail.com>2018-03-24 19:26:57 +0100
commit74fc9934f7b82e9e404733db6387401481f65d84 (patch)
tree15650181539e9fef64797daa982159f182bd2a0e
parent52d14d7b28651f333fa24dfc56b6b2caf72d1ba3 (diff)
downloadpackages-74fc9934f7b82e9e404733db6387401481f65d84.tar.gz
packages-74fc9934f7b82e9e404733db6387401481f65d84.zip
Added package itertools
-rw-r--r--packages.json27
1 files changed, 20 insertions, 7 deletions
diff --git a/packages.json b/packages.json
index 8e22bf5..9092119 100644
--- a/packages.json
+++ b/packages.json
@@ -8772,16 +8772,29 @@
"url": "https://github.com/Vindaar/nimhdf5",
"method": "git",
"tags": [
- "library",
- "wrapper",
- "binding",
- "libhdf5",
- "hdf5",
- "ndarray",
- "storage"
+ "library",
+ "wrapper",
+ "binding",
+ "libhdf5",
+ "hdf5",
+ "ndarray",
+ "storage"
],
"description": "Bindings for the HDF5 data format C library",
"license": "MIT",
"web": "https://github.com/Vindaar/nimhdf5"
+ },
+ {
+ "name": "itertools",
+ "url": "https://github.com/narimiran/itertools",
+ "method": "git",
+ "tags": [
+ "itertools",
+ "python",
+ "iterators"
+ ],
+ "description": "Itertools for Nim",
+ "license": "MIT",
+ "web": "https://github.com/narimiran/itertools"
}
]