this repo has no description
1opam-version: "2.0" 2maintainer: "anders@fugmann.net" 3authors: ["Rudi Grinberg"] 4license: "MIT" 5homepage: "https://github.com/issuu/ocaml-zmq" 6doc: "https://issuu.github.io/ocaml-zmq/" 7dev-repo: 8 "git+https://github.com/issuu/ocaml-zmq.git" 9bug-reports: "https://github.com/issuu/ocaml-zmq/issues" 10build: [ 11 ["dune" "build" "-p" name "-j" jobs] 12 ["dune" "runtest" "-p" name "-j" jobs] {with-test} 13] 14depends: [ 15 "ocaml" {>= "4.04.1"} 16 "zmq" {= version} 17 "dune" 18 "async_unix" {>= "v0.11.0"} 19 "async_kernel" {>= "v0.11.0"} 20 "base" {>= "v0.11.0"} 21 "ounit2" {with-test} 22] 23synopsis: "Async aware bindings to zmq" 24url { 25 src: 26 "https://github.com/issuu/ocaml-zmq/releases/download/5.1.1/zmq-5.1.1.tbz" 27 checksum: [ 28 "sha256=15d6fa5180fa1a4bbe08d1f5bcad4f85fb6de62ec92c45579825939348f0fafe" 29 "sha512=abce48c2337799a5bd879df9894bc12fd2c1d101afbdea9a5bf471b7858bc8c8fab18fa5c7e6b6221b96d0699110b1f63b580ec31cdf93ec5546a9a982503ea1" 30 ] 31}