package zmq
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
On This Page
  
  
  OCaml bindings for ZeroMQ 4.x
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      zmq-5.3.0.tbz
    
    
        
    
  
  
  
    
  
  
    
  
        sha256=b5eb42995836eff58767e1ccc0a6551c2ac74f358094ac2402334389b075fba8
    
    
  sha512=712eac902ea9c52ac0b47c80a851ee29ca3ea5a69a16ecac2b1ba5c0ff83082a41524e41fdbdeddc7a1c3037e5a4d1494a17ebf7c0b202603f652edab5a1aee7
    
    
  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: 08 Apr 2024
README
OCaml bindings for ZMQ 4.x
Dependencies
- OPAM
- OCaml >= 4.03.0
- OCaml >= 4.04.1, Async >= v0.11.0 for zmq-async
- Ocaml >= 5.0.0 for zmq-eio
- Lwt >= 2.6.0 for zmq-lwt
- libzmq (c lib) >= 4.x
Install
opam install zmqUninstall
opam remove zmqDocumentation
API documentation can be found here
Development
With OPAM you can create a local switch which will install all dependencies automatically.
opam switch create ./ 5.1.1
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 (4)
- dune-configurator
- conf-zmq
- 
  
    ocaml
  
  
    >= "4.03.0"
- 
  
    dune
  
  
    >= "2.7"
Used by (9)
- catapult-client
- catapult-daemon
- jupyter
- jupyter-kernel
- 
  
    kind2
  
  
    >= "1.5.1"
- why3find
- 
  
    zmq-async
  
  
    >= "5.3.0"
- zmq-eio
- 
  
    zmq-lwt
  
  
    >= "5.3.0"
Conflicts (1)
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  On This Page