Skip to content

xclerc/ocaml-zmq

 
 

Repository files navigation

OCaml bindings for ZMQ 4.0

Build Status

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.

About

ZeroMQ bindings for OCaml

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • OCaml 69.6%
  • C 29.5%
  • Other 0.9%