add package gdbmc (#1278)

This commit is contained in:
vycb 2019-12-18 16:23:38 +02:00 committed by Miran
parent 4aaedc10e7
commit b6567b7ab3

View File

@ -15660,5 +15660,20 @@
"description": "Nim wrapper for libbacktrace",
"license": "Apache License 2.0 or MIT",
"web": "https://github.com/status-im/nim-libbacktrace"
},
{
"name": "gdbmc",
"url": "https://github.com/vycb/gdbmc.nim",
"method": "git",
"tags": [
"gdbm",
"key-value",
"nosql",
"library",
"wrapper"
],
"description": "This library is a wrapper to C GDBM library",
"license": "MIT",
"web": "https://github.com/vycb/gdbmc.nim"
}
]