package zmq

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

Install

Dune Dependency

Authors

Maintainers

Sources

zmq-5.3.0.tbz
sha256=b5eb42995836eff58767e1ccc0a6551c2ac74f358094ac2402334389b075fba8
sha512=712eac902ea9c52ac0b47c80a851ee29ca3ea5a69a16ecac2b1ba5c0ff83082a41524e41fdbdeddc7a1c3037e5a4d1494a17ebf7c0b202603f652edab5a1aee7

README.md.html

OCaml bindings for ZMQ 4.x

Dependencies

  • OPAM

  • OCaml >= 4.03.0

  • OCaml >= 4.04.1, Async >= v0.11.0 for zmq-async

  • Ocaml >= 5.0.0 for zmq-eio

  • Lwt >= 2.6.0 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 you can create a local switch which will install all dependencies automatically.

opam switch create ./ 5.1.1
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.