All Projects → zeromq → Cljzmq

zeromq / Cljzmq

Licence: other
Clojure bindings for ØMQ

Programming Languages

clojure
4091 projects

cljzmq

Build Status

Clojure bindings for ØMQ.

Installation

[org.zeromq/cljzmq "0.1.5"]

(see FAQ for how to make it work with jeromq)

Snapshots

To use the latest and greatest snapshot, add the OSS Sonatype repository to your project.clj file:

["sonatype" {:url "https://oss.sonatype.org/content/repositories/snapshots"
             :update :always}]

Add the following dependency to your project.clj file:

[org.zeromq/cljzmq "0.1.6-SNAPSHOT"]

Documentation

Acknowledgements

YourKit is kindly supporting ZeroMQ project with its full-featured Java Profiler.

License

Copyright © 2013-2016 Contributors as noted in the AUTHORS.md file

This is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].