Added package nimrax

This commit is contained in:
Ganesh Viswanathan 2018-03-08 23:40:58 -06:00
parent ce5acc2314
commit 73af620a5e

View File

@ -8450,7 +8450,7 @@
"method": "git", "method": "git",
"tags": [ "tags": [
"library", "library",
"useragent" "useragent"
], ],
"description": "User Agent parser for nim.", "description": "User Agent parser for nim.",
"license": "MIT", "license": "MIT",
@ -8507,5 +8507,20 @@
"description": "Everything you want to do with colors.", "description": "Everything you want to do with colors.",
"license": "MIT", "license": "MIT",
"web": "https://github.com/treeform/chroma" "web": "https://github.com/treeform/chroma"
} },
{
"name": "nimrax",
"url": "https://github.com/genotrance/nimrax",
"method": "git",
"tags": [
"rax",
"radix",
"tree",
"data",
"structure"
],
"description": "Radix tree wrapper for Nim",
"license": "MIT",
"web": "https://github.com/genotrance/nimrax"
}
] ]