Merge branch 'patch-3' of https://github.com/Nycto/packages into Nycto-patch-3

Conflicts:
	packages.json
This commit is contained in:
Dominik Picheta 2015-06-05 11:52:59 +01:00
commit e5aa13923a

View File

@ -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"
}
]