this repo has no description
1opam-version: "2.0" 2synopsis: "Async-aware bindings to ZMQ" 3maintainer: ["Anders Fugmann <anders@fugmann.net>"] 4authors: ["Rudi Grinberg"] 5license: "MIT" 6homepage: "https://github.com/issuu/ocaml-zmq" 7bug-reports: "https://github.com/issuu/ocaml-zmq/issues" 8depends: [ 9 "dune" {>= "2.7"} 10 "ocaml" {>= "4.04.1"} 11 "zmq" {= version} 12 "async_unix" {>= "v0.11.0"} 13 "async_kernel" {>= "v0.11.0"} 14 "base" {>= "v0.11.0"} 15 "ounit2" {with-test} 16 "odoc" {with-doc} 17] 18build: [ 19 ["dune" "subst"] {dev} 20 [ 21 "dune" 22 "build" 23 "-p" 24 name 25 "-j" 26 jobs 27 "@install" 28 "@runtest" {with-test} 29 "@doc" {with-doc} 30 ] 31] 32dev-repo: "git+https://github.com/issuu/ocaml-zmq.git" 33url { 34 src: 35 "https://github.com/issuu/ocaml-zmq/releases/download/5.2.1/zmq-5.2.1.tbz" 36 checksum: [ 37 "sha256=85529f693ad416a101b2fe61141ec9c2c47adf43340ca9ea841d101e9c5c1ca7" 38 "sha512=b0c8e1f0ef0466fe4c45ebcb6d5d975931d7cbaac906a440d1123a1557caf8ca4d47c8f6877dd25db96a2b5b136be49b4f345eb1f98c249476cea203ec9297ac" 39 ] 40} 41x-commit-hash: "66837f98c55042bcdf00c805529e4d1f173ce77a"