aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2016-11-23 19:26:53 +0100
committerGitHub <noreply@github.com>2016-11-23 19:26:53 +0100
commitbc7a4ef562295cdfd651ed3a75b24738e1c6f6da (patch)
treea9a181f26aa67f585914ed3b59257443d6d72c65
parent3ad1662c15625249ce185da47d85c98ef4255ac7 (diff)
parente93485dcca214ee008db951ccdf92bb5653ddbf7 (diff)
downloadpackages-bc7a4ef562295cdfd651ed3a75b24738e1c6f6da.tar.gz
packages-bc7a4ef562295cdfd651ed3a75b24738e1c6f6da.zip
Merge pull request #425 from rivasiv/master
Added nim bind for forestDB.
-rw-r--r--packages.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index e627eec..f40d353 100644
--- a/packages.json
+++ b/packages.json
@@ -5450,5 +5450,20 @@
"description": "Bindings for libjwt",
"license": "LGPLv2.1",
"web": "https://github.com/nimscale/nim-libjwt"
+ },
+ {
+ "name": "forestdb",
+ "url": "https://github.com/nimscale/forestdb",
+ "method": "git",
+ "tags": [
+ "library",
+ "bTree",
+ "HB+-Trie",
+ "db",
+ "forestdb"
+ ],
+ "description": "ForestDB is fast key-value storage engine that is based on a Hierarchical B+-Tree based Trie, or HB+-Trie.",
+ "license": "Apache License 2.0",
+ "web": "https://github.com/nimscale/forestdb"
}
]