Added ZeroMQ wrapper

This commit is contained in:
Erwan Ameil 2014-08-30 20:31:40 +02:00
parent 830f4a39c4
commit 0b46881b96

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