package zmq-lwt

  1. Overview
  2. Docs
Lwt-aware bindings to ZMQ

Install

Dune Dependency

Authors

Maintainers

Sources

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

Description

Published: 08 Apr 2024

README

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.

Dependencies (4)

  1. lwt >= "2.6.0"
  2. zmq = version
  3. ocaml >= "4.03.0"
  4. dune >= "2.7"

Dev Dependencies (2)

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

Used by (2)

  1. jupyter >= "2.3.1"
  2. jupyter-kernel >= "0.7"

Conflicts

None