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.3.0/zmq-5.3.0.tbz" 39 checksum: [ 40 "sha256=b5eb42995836eff58767e1ccc0a6551c2ac74f358094ac2402334389b075fba8" 41 "sha512=712eac902ea9c52ac0b47c80a851ee29ca3ea5a69a16ecac2b1ba5c0ff83082a41524e41fdbdeddc7a1c3037e5a4d1494a17ebf7c0b202603f652edab5a1aee7" 42 ] 43} 44x-commit-hash: "7cca40dfa4d64a03845e29322f18c2b382ff354a"