Merge pull request #688 from narimiran/add-itertools1826

Add package itertools
This commit is contained in:
Dominik Picheta 2018-03-24 19:13:28 +00:00 committed by GitHub
commit fb027942bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8772,16 +8772,29 @@
"url": "https://github.com/Vindaar/nimhdf5", "url": "https://github.com/Vindaar/nimhdf5",
"method": "git", "method": "git",
"tags": [ "tags": [
"library", "library",
"wrapper", "wrapper",
"binding", "binding",
"libhdf5", "libhdf5",
"hdf5", "hdf5",
"ndarray", "ndarray",
"storage" "storage"
], ],
"description": "Bindings for the HDF5 data format C library", "description": "Bindings for the HDF5 data format C library",
"license": "MIT", "license": "MIT",
"web": "https://github.com/Vindaar/nimhdf5" "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"
} }
] ]