From 3219447cb35948db6b4fb7dd83268693c3049ae4 Mon Sep 17 00:00:00 2001 From: dfdeshom Date: Sat, 28 Nov 2015 23:50:09 -0600 Subject: [PATCH] add nimrdkafka --- packages.json | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) 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" + } ]