diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2016-12-04 10:48:31 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-12-04 10:48:31 +0100 |
| commit | 405264019c71d9c98cc3c1ca2bd854cec1eac5a4 (patch) | |
| tree | 610a77e6c5ed6ea0ee1df4c67bc885b5040c8c98 | |
| parent | ea2a6d382bc433db3330d1415eed5ec4ad459a53 (diff) | |
| parent | c5dcc344d89c9780e36e58ae400d57b87ef7016c (diff) | |
| download | packages-405264019c71d9c98cc3c1ca2bd854cec1eac5a4.tar.gz packages-405264019c71d9c98cc3c1ca2bd854cec1eac5a4.zip | |
Merge pull request #433 from FedericoCeratto/add-etcd_client2207
Added package etcd_client
| -rw-r--r-- | packages.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 1d99b2b..43945b9 100644 --- a/packages.json +++ b/packages.json @@ -5526,5 +5526,17 @@ "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" + }, + { + "name": "etcd_client", + "url": "https://github.com/FedericoCeratto/nim-etcd-client", + "method": "git", + "tags": [ + "library", + "etcd" + ], + "description": "etcd client library", + "license": "LGPLv3", + "web": "https://github.com/FedericoCeratto/nim-etcd-client" } ] |
