package zmq-lwt

  1. Overview
  2. Docs
Lwt aware bindings to zmq

Install

Dune Dependency

Authors

Maintainers

Sources

zmq-5.1.3.tbz
sha256=24b32de3829a103e548f37e00f7e03fca72a00e1b67d6ee6d3d75fbae31b8806
sha512=7b4c1e7bce06d7f340603c7d56ffc1714c5a0601040d72bbe5591e3ae5cf24e7835b5da7bd525c19632db45059544ddcdeecd507298e993b7b761a764c1d8ff7

Description

Published: 04 Dec 2019

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. lwt < "5.7.0"
  2. dune
  3. zmq = version
  4. ocaml >= "4.03.0"

Dev Dependencies (1)

  1. ounit2 with-test

Used by (2)

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

Conflicts

None