aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2015-11-29 12:21:26 +0000
committerDominik Picheta <dominikpicheta@googlemail.com>2015-11-29 12:21:26 +0000
commita34facbd01b300770baa677352053052c928a038 (patch)
tree8aeaf49116e12ad5df8732e94bcdb71b62f614d2
parent686bd46cb0384c1a966dfe87eaf513c84246cc26 (diff)
parent3219447cb35948db6b4fb7dd83268693c3049ae4 (diff)
downloadpackages-a34facbd01b300770baa677352053052c928a038.tar.gz
packages-a34facbd01b300770baa677352053052c928a038.zip
Merge pull request #285 from dfdeshom/master
add nimrdkafka
-rw-r--r--packages.json15
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"
+ }
]