diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2018-03-19 12:07:47 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-03-19 12:07:47 +0000 |
| commit | 9c6cce9823858b2aa54acfffc9cb87d63e95771d (patch) | |
| tree | d18a2758250d8114da7799703e478321f3540725 | |
| parent | 25188564e7a7a39ddb5e1f339f3abc987adc2f96 (diff) | |
| parent | 54d1b33f61b785c322eef8be1ba0773e88ee2ac1 (diff) | |
| download | packages-9c6cce9823858b2aa54acfffc9cb87d63e95771d.tar.gz packages-9c6cce9823858b2aa54acfffc9cb87d63e95771d.zip | |
Merge pull request #686 from Vindaar/add-nimhdf51502
Add package nimhdf5
| -rw-r--r-- | packages.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 6a67a4f..8c4592c 100644 --- a/packages.json +++ b/packages.json @@ -8745,5 +8745,22 @@ "description": "Nim bindings for Clutter toolkit.", "license": "LGPLv2.1", "web": "https://github.com/KeepCoolWithCoolidge/nimclutter" + }, + { + "name": "nimhdf5", + "url": "https://github.com/Vindaar/nimhdf5", + "method": "git", + "tags": [ + "library", + "wrapper", + "binding", + "libhdf5", + "hdf5", + "ndarray", + "storage" + ], + "description": "Bindings for the HDF5 data format C library", + "license": "MIT", + "web": "https://github.com/Vindaar/nimhdf5" } ] |
