diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2015-06-05 11:52:59 +0100 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2015-06-05 11:52:59 +0100 |
| commit | e5aa13923a27c522a41b34de712a9de2403b615e (patch) | |
| tree | 0b7806bcac2bec7187f23180c089f6028e1c90ce /packages.json | |
| parent | b8764eb7e7b95e05cadfcbb05a51e45d70711bcd (diff) | |
| parent | 699809dbc7e849fc304b8118a32ba1d1c22aa17c (diff) | |
| download | packages-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.json | 9 |
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" } ] |
