opam-version: "2.0" maintainer: "anders@fugmann.net" authors: ["Rudi Grinberg"] license: "MIT" homepage: "https://github.com/issuu/ocaml-zmq" doc: "https://issuu.github.io/ocaml-zmq/" dev-repo: "git+https://github.com/issuu/ocaml-zmq.git" bug-reports: "https://github.com/issuu/ocaml-zmq/issues" build: [ ["dune" "build" "-p" name "-j" jobs] ["dune" "runtest" "-p" name "-j" jobs] {with-test} ] depends: [ "ocaml" {>= "4.04.1"} "zmq" {= version} "dune" "async_unix" {>= "v0.11.0"} "async_kernel" {>= "v0.11.0"} "base" {>= "v0.11.0"} "ounit" {with-test & < "2.1.0"} ] synopsis: "Async aware bindings to zmq" url { src: "https://github.com/issuu/ocaml-zmq/releases/download/5.1.0/zmq-5.1.0.tbz" checksum: [ "sha256=f1cfefec4dea4bbade8bf4a4042ac3fa1d02e64bcb4fb30da363bba1f54aaddc" "sha512=eedfb9b2269c529940cddde5918e0dcc8bba921101c27ee31945d3922d10712a116255248c2e0c569b9c0d3daf27763558afbe87c015b07e68902ce268bef68b" ] }