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.0"}
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]
17build: [
18 ["dune" "subst"] {dev}
19 [
20 "dune"
21 "build"
22 "-p"
23 name
24 "-j"
25 jobs
26 "@install"
27 "@runtest" {with-test}
28 "@doc" {with-doc}
29 ]
30]
31dev-repo: "git+https://github.com/issuu/ocaml-zmq.git"
32url {
33 src:
34 "https://github.com/issuu/ocaml-zmq/releases/download/5.1.4/zmq-lwt-5.1.4.tbz"
35 checksum: [
36 "sha256=7e39ff4f4930e5c4fcb66235de54a2b8ebdb2d3efbd3f44c6f3b61fd07b8e8ed"
37 "sha512=c086989220a831359707e8be04a9fcc5817d3145e5da89bb9210ed3619611ed47b0cedb7d3c2319d6e2fc5ca0f48aa2e46bde72b0bee824594a019c6dcc624c0"
38 ]
39}
40x-commit-hash: "fc1816853891505016fdded6271f7a548678f6f0"