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.3/zmq-5.1.3.tbz" 27 checksum: [ 28 "sha256=24b32de3829a103e548f37e00f7e03fca72a00e1b67d6ee6d3d75fbae31b8806" 29 "sha512=7b4c1e7bce06d7f340603c7d56ffc1714c5a0601040d72bbe5591e3ae5cf24e7835b5da7bd525c19632db45059544ddcdeecd507298e993b7b761a764c1d8ff7" 30 ] 31}