Merge pull request #618 from lcrees/add-gentabs1820

Added package gentabs
This commit is contained in:
Dominik Picheta 2017-11-15 20:37:54 +00:00 committed by GitHub
commit 4194e8888e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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