aboutsummaryrefslogtreecommitdiff
path: root/packages.json
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2015-06-05 11:52:59 +0100
committerDominik Picheta <dominikpicheta@googlemail.com>2015-06-05 11:52:59 +0100
commite5aa13923a27c522a41b34de712a9de2403b615e (patch)
tree0b7806bcac2bec7187f23180c089f6028e1c90ce /packages.json
parentb8764eb7e7b95e05cadfcbb05a51e45d70711bcd (diff)
parent699809dbc7e849fc304b8118a32ba1d1c22aa17c (diff)
downloadpackages-e5aa13923a27c522a41b34de712a9de2403b615e.tar.gz
packages-e5aa13923a27c522a41b34de712a9de2403b615e.zip
Merge branch 'patch-3' of https://github.com/Nycto/packages into Nycto-patch-3
Conflicts: packages.json
Diffstat (limited to 'packages.json')
-rw-r--r--packages.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index bf361fc..c919819 100644
--- a/packages.json
+++ b/packages.json
@@ -1641,5 +1641,14 @@
"description": "Wrapper around the GMP bindings for the Nim language.",
"license": "MIT",
"web": "https://github.com/FedeOmoto/bignum"
+ },
+ {
+ "name": "rbtree",
+ "url": "https://github.com/Nycto/RBTreeNim",
+ "method": "git",
+ "tags": ["tree", "binary search tree", "rbtree", "red black tree"],
+ "description": "Red/Black Trees",
+ "license": "MIT",
+ "web": "https://github.com/Nycto/RBTreeNim"
}
]