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.2/zmq-5.2.2.tbz" 36 checksum: [ 37 "sha256=13b74e6a50f56485ef0d563a2d2275c53d2f5b51d638f204412df794a66dff61" 38 "sha512=a47a6def598c1d514a86dbe0918aeb7d8f04da9af7456f4654f77717264c403d784b99552a7dd5f0e4597c5df01dbe16e8db9a47b41bd3f408efc4cb5a93874a" 39 ] 40} 41x-commit-hash: "497be93caf5c8f6a6a6ce4f112cf4354abe6dda9"