From b6567b7ab36ef85a70ea9611c67176b4d29f010e Mon Sep 17 00:00:00 2001 From: vycb Date: Wed, 18 Dec 2019 16:23:38 +0200 Subject: [PATCH] add package gdbmc (#1278) --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index fa6805c..cb20556 100644 --- a/packages.json +++ b/packages.json @@ -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" } ]