Clojure ZeroMQ Library using jeromq, it is a direct port of zilch.
Because jeromq made it easy.
If you use zilch you just need to change your imports and it should work.
It also includes a few enhancements from the original, such as more complete type hinting, extensibility, a few functions from the 0mq docs and Storm, and runs on clj 1.4 by default.
Put this in your project.clj, then lein deps
, and you are good to go, no more messin'
with native deps.
[cc.qbits/jilch "0.3.0"]
Distributed under the Eclipse Public License, the same as Clojure.