aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2016-11-28 20:20:15 +0100
committerGitHub <noreply@github.com>2016-11-28 20:20:15 +0100
commit1d4347b50d37c2770af8fc3f581001e4509293bc (patch)
treed98fa1379d27a7486b261f29daca4298a879b9f1
parent8cb323ab5970a23f819339fc45aa2fee90ce3d37 (diff)
parent3f66e4f5a4a6593de32775a005d3c8265b175b66 (diff)
downloadpackages-1d4347b50d37c2770af8fc3f581001e4509293bc.tar.gz
packages-1d4347b50d37c2770af8fc3f581001e4509293bc.zip
Merge pull request #431 from recoilme/master
pudge db verification
-rw-r--r--packages.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 477aa39..1e2659d 100644
--- a/packages.json
+++ b/packages.json
@@ -5513,5 +5513,18 @@
"description": "A simple gap buffer implementation",
"license": "MIT",
"web": "https://notabug.org/vktec/nim-gapbuffer"
+ },
+ {
+ "name": "pudge",
+ "url": "https://github.com/recoilme/pudge.git",
+ "method": "git",
+ "tags": [
+ "wrapper",
+ "database",
+ "sophia"
+ ],
+ "description": "Pudge Db - it's modern key/value storage with memcached protocol support. Pudge Db implements a high-level cross-platform sockets interface to sophia db.",
+ "license": "MIT",
+ "web": "https://github.com/recoilme/pudge"
}
]