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