diff options
| author | dfdeshom <didier@cogtree.com> | 2015-11-28 23:50:09 -0600 |
|---|---|---|
| committer | dfdeshom <didier@cogtree.com> | 2015-11-28 23:50:09 -0600 |
| commit | 3219447cb35948db6b4fb7dd83268693c3049ae4 (patch) | |
| tree | 8aeaf49116e12ad5df8732e94bcdb71b62f614d2 | |
| parent | 686bd46cb0384c1a966dfe87eaf513c84246cc26 (diff) | |
| download | packages-3219447cb35948db6b4fb7dd83268693c3049ae4.tar.gz packages-3219447cb35948db6b4fb7dd83268693c3049ae4.zip | |
add nimrdkafka
| -rw-r--r-- | packages.json | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/packages.json b/packages.json index d7e6441..3c94af8 100644 --- a/packages.json +++ b/packages.json @@ -3639,5 +3639,18 @@ "description": "ctrulib wrapper", "license": "GPLv2", "web": "https://github.com/skyforce77/ctrulib-nim" - } + }, + { + "name": "nimrdkafka", + "url": "https://github.com/dfdeshom/nimrdkafka.git", + "method": "git", + "tags": [ + "library", + "wrapper", + "kafka" + ], + "description": "Nim wrapper for librdkafka", + "license": "Apache License 2.0", + "web": "https://github.com/dfdeshom/nimrdkafka" + } ] |
