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"} "ounit2" {with-test} ] synopsis: "Async aware bindings to zmq" url { src: "https://github.com/issuu/ocaml-zmq/releases/download/5.1.3/zmq-5.1.3.tbz" checksum: [ "sha256=24b32de3829a103e548f37e00f7e03fca72a00e1b67d6ee6d3d75fbae31b8806" "sha512=7b4c1e7bce06d7f340603c7d56ffc1714c5a0601040d72bbe5591e3ae5cf24e7835b5da7bd525c19632db45059544ddcdeecd507298e993b7b761a764c1d8ff7" ] }