package zmq-async
Async aware bindings to zmq
Install
Dune Dependency
Authors
Maintainers
Sources
5.0.0.tar.gz
sha256=831f7f9c206dc9fdbdf037c70907eeaa2716ac2502cf33fd6212f3e91d1fa924
md5=08c6d97f2e5b67c9a77b9e65e10cb417
doc/CHANGES.html
5.0.0
- Change build system to use jbuilder instead of oasis. This also adds proper support for pkg-config installed zmq.
- Import zmq-async and zmq-lwt. The old bindings async-zmq and lwt-zmq are now deprecated.
- Refactor zmq-async and zmq-lwt to be supported out of a single code base. This regularizes the interface, and dramatically improves and stability.
- Add support for and reading & writing bigarrays. This interfaces allows the user to reduce needless copying of packets sent by the bindings.
- Rename module ZMQ to Zmq.
4.0-8
- Add threading example by Stavros Polymenis
- Minor addition to API documentation
- Remove OCaml version requirement in opam package (strictly not part of this release, but still)
4.0-7
- Fixes compilation errors when compiling with 4.03 (and 4.04)
- Fixes a generic problem with deallocating resources though finalisers. As a result no resources are automatically released though finalisers. However a warning will be printed to stdout if resources are leaked
- Include oasis autogenerated files, removing the dependency on oasis when installing
4.0-5
- The build system now also looks for ZMQ headers and libraries in
/usr/local
4.0-4
- Compatibility with ZeroMQ 4.1
4.0-3
- Fixed error when GC collecting contexts freed by
ZMQ.Context.terminate
- Fixed overflow bug in
get_bytes_option
3.2-2
- Remove
get_identity
/set_identity
socket-type restrictions