aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGanesh Viswanathan <dev@genotrance.com>2018-03-08 23:40:58 -0600
committerGanesh Viswanathan <dev@genotrance.com>2018-03-08 23:40:58 -0600
commit73af620a5e09fa336ad60d9e5b4d61797fda306a (patch)
treebdc027dd489cb7566734addfe1c4ff916717cce3
parentce5acc2314ad9788eeba3a2fac83150899add23c (diff)
downloadpackages-73af620a5e09fa336ad60d9e5b4d61797fda306a.tar.gz
packages-73af620a5e09fa336ad60d9e5b4d61797fda306a.zip
Added package nimrax
-rw-r--r--packages.json19
1 files changed, 17 insertions, 2 deletions
diff --git a/packages.json b/packages.json
index d8529c4..a507efc 100644
--- a/packages.json
+++ b/packages.json
@@ -8450,7 +8450,7 @@
"method": "git",
"tags": [
"library",
- "useragent"
+ "useragent"
],
"description": "User Agent parser for nim.",
"license": "MIT",
@@ -8507,5 +8507,20 @@
"description": "Everything you want to do with colors.",
"license": "MIT",
"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"
+ }
]