aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHitesh Jasani <hitesh.jasani@gmail.com>2019-07-24 14:18:59 -0400
committerDominik Picheta <dominikpicheta@googlemail.com>2019-07-24 20:15:33 +0100
commit7b51e36e93c022ac25446427b704ba957c504ddd (patch)
tree6f6c56f25796237e9ec77f77b59876d735960627
parente4b3e1a288de0a46787d3f16ef7fbd628301b071 (diff)
downloadpackages-7b51e36e93c022ac25446427b704ba957c504ddd.tar.gz
packages-7b51e36e93c022ac25446427b704ba957c504ddd.zip
Add d3 ffi library
-rw-r--r--packages.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 33c12f9..cd3f728 100644
--- a/packages.json
+++ b/packages.json
@@ -13809,5 +13809,19 @@
"description": "FastQ and Fasta readers for NIM",
"license": "LGPL-3.0",
"web": "https://github.com/ahcm/fastx_reader"
+ },
+ {
+ "name": "d3",
+ "url": "https://github.com/hiteshjasani/nim-d3",
+ "method": "git",
+ "tags": [
+ "d3",
+ "javascript",
+ "library",
+ "wrapper"
+ ],
+ "description": "A D3.js wrapper for Nim",
+ "license": "MIT",
+ "web": "https://github.com/hiteshjasani/nim-d3"
}
]