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