package zmq

  1. Overview
  2. Docs
OCaml bindings for ZeroMQ 4.x

Install

Dune Dependency

Authors

Maintainers

Sources

zmq-5.2.2.tbz
sha256=13b74e6a50f56485ef0d563a2d2275c53d2f5b51d638f204412df794a66dff61
sha512=a47a6def598c1d514a86dbe0918aeb7d8f04da9af7456f4654f77717264c403d784b99552a7dd5f0e4597c5df01dbe16e8db9a47b41bd3f408efc4cb5a93874a

Description

This library contains basic bindings for ZMQ. Lwt aware bindings to zmq are availble though package zmq-lwt Async aware bindings to zmq are available though package zmq-async

Published: 04 Nov 2023

README

OCaml bindings for ZMQ 4.x

Dependencies

  • OPAM

  • OCaml >= 4.03.0, OCaml >= 4.04.1 for zmq-async

  • Async >= v0.11.0 for zmq-async

  • Lwt for zmq-lwt

  • libzmq (c lib) >= 4.x

Install

opam install zmq

Uninstall

opam remove zmq

Documentation

API documentation can be found here

Development

With OPAM 2.x you can create a local switch which will install all dependencies automatically.

opam switch create ./ 4.06
make

License

See LICENSE.md.

Thanks

To the guys from the #ocaml channel, gildor, thelema, kaustuv and many others, wagerlabs, little-arhat and the ocaml-uint authors.

Dependencies (4)

  1. dune-configurator
  2. conf-zmq
  3. ocaml >= "4.03.0"
  4. dune >= "2.7"

Dev Dependencies (2)

  1. odoc with-doc
  2. ounit2 with-test

Used by (9)

  1. binsec < "0.4.0"
  2. catapult-client
  3. catapult-daemon
  4. iocaml < "0.4.3"
  5. jupyter >= "2.3.1"
  6. jupyter-kernel
  7. kind2 >= "1.5.1"
  8. zmq-async >= "5.2.2"
  9. zmq-lwt >= "5.2.2"

Conflicts (1)

  1. ocaml-zmq