Leonidas-from-XIV / ocaml-zmq

ZeroMQ bindings for OCaml

Home Page:https://issuu.github.io/ocaml-zmq/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OCaml bindings for ZMQ 4.x

Build Status

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.

About

ZeroMQ bindings for OCaml

https://issuu.github.io/ocaml-zmq/

License:Other


Languages

Language:OCaml 69.8%Language:C 29.5%Language:Makefile 0.6%Language:Standard ML 0.1%