opam-version: "2.0" maintainer: "anders@fugmann.net" authors: [ "Anders Fugmann" "Pedro Borges" "Peter Zotov" ] license: "MIT" homepage: "https://github.com/issuu/ocaml-zmq" dev-repo: "git+https://github.com/issuu/ocaml-zmq.git" bug-reports: "https://github.com/issuu/ocaml-zmq/issues" build: [ ["jbuilder" "subst" "-p" name] {dev} ["jbuilder" "build" "-p" name "-j" jobs] ] depends: [ "ocaml" "conf-zmq" "jbuilder" {>= "1.0+beta17"} "configurator" {build} "ounit" {with-test & < "2.1.0"} "base-unix" "stdint" {>= "0.4.2"} ] conflicts: [ "ocaml-zmq" ] synopsis: "OCaml bindings for ZeroMQ 4.x" 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 availble though package zmq-async Api documentation can be found at https://issuu.github.io/ocaml-zmq""" url { src: "https://github.com/issuu/ocaml-zmq/archive/5.0.0.tar.gz" checksum: [ "sha256=831f7f9c206dc9fdbdf037c70907eeaa2716ac2502cf33fd6212f3e91d1fa924" "md5=08c6d97f2e5b67c9a77b9e65e10cb417" ] }