package zmq-lwt

  1. Overview
  2. Docs

Description

Published: 02 May 2018

README

OCaml bindings for ZMQ 4.0

Dependencies

  • OPAM

  • OCaml >= 4.03

  • Async >= v0.9.0 for zmq-async

  • Lwt for zmq-lwt

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 (5)

  1. base >= "v0.9.0"
  2. lwt < "5.7.0"
  3. jbuilder >= "1.0+beta17"
  4. zmq = version
  5. ocaml

Dev Dependencies

None

Used by (2)

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

Conflicts

None