this repo has no description
1opam-version: "2.0" 2synopsis: "OCaml bindings for ZeroMQ 4.x" 3description: """ 4This library contains basic bindings for ZMQ. 5Lwt aware bindings to zmq are availble though package zmq-lwt 6Async aware bindings to zmq are available though package zmq-async""" 7maintainer: ["Anders Fugmann <anders@fugmann.net>"] 8authors: ["Anders Fugmann" "Pedro Borges" "Peter Zotov"] 9license: "MIT" 10homepage: "https://github.com/issuu/ocaml-zmq" 11bug-reports: "https://github.com/issuu/ocaml-zmq/issues" 12depends: [ 13 "dune" {>= "2.7"} 14 "ocaml" {>= "4.03.0"} 15 "conf-zmq" 16 "ounit2" {with-test} 17 "dune-configurator" 18 "odoc" {with-doc} 19] 20conflicts: ["ocaml-zmq"] 21build: [ 22 ["dune" "subst"] {dev} 23 [ 24 "dune" 25 "build" 26 "-p" 27 name 28 "-j" 29 jobs 30 "@install" 31 "@runtest" {with-test} 32 "@doc" {with-doc} 33 ] 34] 35dev-repo: "git+https://github.com/issuu/ocaml-zmq.git" 36url { 37 src: 38 "https://github.com/issuu/ocaml-zmq/releases/download/5.2.1/zmq-5.2.1.tbz" 39 checksum: [ 40 "sha256=85529f693ad416a101b2fe61141ec9c2c47adf43340ca9ea841d101e9c5c1ca7" 41 "sha512=b0c8e1f0ef0466fe4c45ebcb6d5d975931d7cbaac906a440d1123a1557caf8ca4d47c8f6877dd25db96a2b5b136be49b4f345eb1f98c249476cea203ec9297ac" 42 ] 43} 44x-commit-hash: "66837f98c55042bcdf00c805529e4d1f173ce77a"