# cljzmq **Repository Path**: mirrors_zeromq/cljzmq ## Basic Information - **Project Name**: cljzmq - **Description**: Clojure bindings for ØMQ - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-19 - **Last Updated**: 2026-01-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # cljzmq [![Build Status](https://travis-ci.org/zeromq/cljzmq.png)](https://travis-ci.org/zeromq/cljzmq) Clojure bindings for ØMQ. ## Installation ```clj [org.zeromq/cljzmq "0.1.5"] ``` (see [FAQ](https://github.com/zeromq/cljzmq/wiki/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: ```clj ["sonatype" {:url "https://oss.sonatype.org/content/repositories/snapshots" :update :always}] ``` Add the following dependency to your `project.clj` file: ```clj [org.zeromq/cljzmq "0.1.6-SNAPSHOT"] ``` ## Documentation * [Changelog](https://github.com/zeromq/cljzmq/blob/master/CHANGES.md) * [API docs](http://zeromq.github.io/cljzmq) * [FAQ](https://github.com/zeromq/cljzmq/wiki/FAQ) * [Examples](https://github.com/trevorbernard/cljzmq-examples) ## Acknowledgements YourKit is kindly supporting ZeroMQ project with its full-featured [Java Profiler](http://www.yourkit.com/java/profiler/index.jsp). ## 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.