package zmq-lwt

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

Install

Dune Dependency

Authors

Maintainers

Sources

zmq-lwt-5.1.4.tbz
sha256=7e39ff4f4930e5c4fcb66235de54a2b8ebdb2d3efbd3f44c6f3b61fd07b8e8ed
sha512=c086989220a831359707e8be04a9fcc5817d3145e5da89bb9210ed3619611ed47b0cedb7d3c2319d6e2fc5ca0f48aa2e46bde72b0bee824594a019c6dcc624c0

Description

Published: 27 Oct 2021

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

Dev Dependencies (1)

  1. ounit2 with-test

Used by (2)

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

Conflicts

None