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" & < "v0.15"}
  "async_kernel" {>= "v0.11.0" & < "v0.15"}
  "base" {>= "v0.11.0" & < "v0.15"}
  "ounit2" {with-test}
]
synopsis: "Async aware bindings to zmq"
url {
  src:
    "https://github.com/issuu/ocaml-zmq/releases/download/5.1.2/zmq-5.1.2.tbz"
  checksum: [
    "sha256=04e6278336a8bd3d24215912b8de129673675a5fd84acaa969a30b8c93aba05f"
    "sha512=26ecf349651a1ff67df6c5e39d7f9bc27831da2dcbbad660c7293dd0e2e8cbeaf0b5bc8d9b1842db55e1d237581d42136f1e817b1fb018ad3d65840e356f59e1"
  ]
}
