package zmq

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

Install

Dune Dependency

Authors

Maintainers

Sources

zmq-5.1.0.tbz
sha256=f1cfefec4dea4bbade8bf4a4042ac3fa1d02e64bcb4fb30da363bba1f54aaddc
sha512=eedfb9b2269c529940cddde5918e0dcc8bba921101c27ee31945d3922d10712a116255248c2e0c569b9c0d3daf27763558afbe87c015b07e68902ce268bef68b

Description

This library contains basic bindings for zmq. Lwt aware bindings to zmq are availble though package zmq-lwt Async aware bindings to zmq are availble though package zmq-async

Api documentation can be found at https://issuu.github.io/ocaml-zmq

Published: 26 Sep 2019

README

OCaml bindings for ZMQ 4.x

Dependencies

  • OPAM

  • OCaml >= 4.03

  • Async >= v0.9.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.

Dev Dependencies (1)

  1. ounit with-test & < "2.1.0"

Used by (11)

  1. binsec < "0.4.0"
  2. catapult-client
  3. catapult-daemon
  4. daft
  5. iocaml < "0.4.3"
  6. jupyter >= "2.3.1"
  7. jupyter-kernel
  8. kind2
  9. pardi >= "2.0.2" & < "3.2.2"
  10. zmq-async = "5.1.0"
  11. zmq-lwt = "5.1.0"

Conflicts (1)

  1. ocaml-zmq