package zmq

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

Install

Dune Dependency

Authors

Maintainers

Sources

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

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 available though package zmq-async

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

  1. stdint >= "0.4.2"
  2. dune-configurator
  3. conf-zmq
  4. ocaml >= "4.03.0"
  5. dune >= "2.0"

Dev Dependencies (1)

  1. ounit2 with-test

Conflicts (1)

  1. ocaml-zmq