Merge pull request #85 from idlewan/zmq

Added ZeroMQ wrapper
This commit is contained in:
Dominik Picheta 2014-08-30 20:18:17 +01:00
commit fb09c511ab

View File

@ -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"
}
]