aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlcrees <lcrees@gmail.com>2017-11-15 11:20:18 -0700
committerlcrees <lcrees@gmail.com>2017-11-15 11:20:18 -0700
commit87f7e05a1afa92e93b5a3455f09a39a220e0a163 (patch)
tree2da8eca2193cfc57d7bb04876fe89737c80b1cc8
parent8f9f866eee28878d823612aab84124c499673271 (diff)
downloadpackages-87f7e05a1afa92e93b5a3455f09a39a220e0a163.tar.gz
packages-87f7e05a1afa92e93b5a3455f09a39a220e0a163.zip
Added package gentabs
-rw-r--r--packages.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 5180138..ed843bf 100644
--- a/packages.json
+++ b/packages.json
@@ -7651,5 +7651,19 @@
"description": "Database schema migration library for Nim language.",
"license": "MIT",
"web": "https://github.com/vegansk/dbschema"
+ },
+ {
+ "name": "gentabs",
+ "url": "https://github.com/lcrees/gentabs",
+ "method": "git",
+ "tags": [
+ "table",
+ "string",
+ "key",
+ "value"
+ ],
+ "description": "Efficient hash table that is a key-value mapping (removed from stdlib)",
+ "license": "MIT",
+ "web": "https://github.com/lcrees/gentabs"
}
]