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.5/zmq-lwt-5.1.5.tbz"
35 checksum: [
36 "sha256=9947d13dab4b3c5792cd60f0088a0569597ce5592f0dc8788baa4e9f72a67b56"
37 "sha512=0a16f0fde3f2dba1c2676d9792a330ef73cef6809c3f0446a0e4c78623856a2532a9bdce5317472e87490b4dd35082e179074b9160a38924aa72d73cddec8bea"
38 ]
39}
40x-commit-hash: "8fbb01a4a3ad942481987d56e9e3a1d5334f4b84"