From 54d1b33f61b785c322eef8be1ba0773e88ee2ac1 Mon Sep 17 00:00:00 2001 From: Vindaar Date: Sun, 18 Mar 2018 16:02:42 +0100 Subject: [PATCH] Added package nimhdf5 --- packages.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) 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" } ]