aboutsummaryrefslogtreecommitdiff
path: root/packages.json
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2014-08-30 20:18:17 +0100
committerDominik Picheta <dominikpicheta@googlemail.com>2014-08-30 20:18:17 +0100
commitfb09c511ab847f7bec7c90a0a86af928b815e670 (patch)
treeb1d918ba82435fd069ca08f6d58f77a0f6c5e448 /packages.json
parent830f4a39c4a0d2b830f47075f1478513296deedb (diff)
parent0b46881b961685cf002c103b9be6ca565f901303 (diff)
downloadpackages-fb09c511ab847f7bec7c90a0a86af928b815e670.tar.gz
packages-fb09c511ab847f7bec7c90a0a86af928b815e670.zip
Merge pull request #85 from idlewan/zmq
Added ZeroMQ wrapper
Diffstat (limited to 'packages.json')
-rw-r--r--packages.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index c7a3a17..e05c9e6 100644
--- a/packages.json
+++ b/packages.json
@@ -930,5 +930,14 @@
"description": "Pseudo-random number generation library inspired by Python",
"license": "MIT",
"web": "https://github.com/BlaXpirit/nimrod-random"
+ },
+ {
+ "name": "zmq",
+ "url": "git://github.com/nimrod-code/nim-zmq",
+ "method": "git",
+ "tags": ["library", "wrapper", "zeromq", "messaging", "queue"],
+ "description": "ZeroMQ 4 wrapper",
+ "license": "MIT",
+ "web": "https://github.com/nimrod-code/nim-zmq"
}
]