package zmq-async
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Async aware bindings to zmq
Install
dune-project
Dependency
Authors
Maintainers
Sources
5.0.0.tar.gz
sha256=831f7f9c206dc9fdbdf037c70907eeaa2716ac2502cf33fd6212f3e91d1fa924
md5=08c6d97f2e5b67c9a77b9e65e10cb417
Description
Published: 02 May 2018
README
OCaml bindings for ZMQ 4.0
Dependencies
- OPAM
- OCaml >= 4.03
- Async >= v0.9.0 for zmq-async
- Lwt for zmq-lwt
Install
opam install zmqUninstall
opam remove zmqDocumentation
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
makeLicense
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 (6)
-
base
>= "v0.9.0" -
async_kernel
>= "v0.9.0" -
async_unix
>= "v0.9.0" -
jbuilder
>= "1.0+beta17" -
zmq
= version - ocaml
Dev Dependencies (1)
-
ounit
with-test & < "2.1.0"
Used by
None
Conflicts
None
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page