aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVindaar <basti90@gmail.com>2018-03-18 16:02:42 +0100
committerVindaar <basti90@gmail.com>2018-03-19 11:23:20 +0100
commit54d1b33f61b785c322eef8be1ba0773e88ee2ac1 (patch)
treed18a2758250d8114da7799703e478321f3540725
parent25188564e7a7a39ddb5e1f339f3abc987adc2f96 (diff)
downloadpackages-54d1b33f61b785c322eef8be1ba0773e88ee2ac1.tar.gz
packages-54d1b33f61b785c322eef8be1ba0773e88ee2ac1.zip
Added package nimhdf5
-rw-r--r--packages.json17
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"
}
]