this repo has no description
1opam-version: "2.0"
2maintainer: "anders@fugmann.net"
3authors: ["Rudi Grinberg"]
4license: "MIT"
5homepage: "https://github.com/issuu/ocaml-zmq"
6doc: "https://issuu.github.io/ocaml-zmq/"
7dev-repo:
8 "git+https://github.com/issuu/ocaml-zmq.git"
9bug-reports: "https://github.com/issuu/ocaml-zmq/issues"
10build: [
11 ["dune" "build" "-p" name "-j" jobs]
12 ["dune" "runtest" "-p" name "-j" jobs] {with-test}
13]
14depends: [
15 "ocaml" {>= "4.04.1"}
16 "zmq" {= version}
17 "dune"
18 "async_unix" {>= "v0.11.0"}
19 "async_kernel" {>= "v0.11.0"}
20 "base" {>= "v0.11.0"}
21 "ounit2" {with-test}
22]
23synopsis: "Async aware bindings to zmq"
24url {
25 src:
26 "https://github.com/issuu/ocaml-zmq/releases/download/5.1.2/zmq-5.1.2.tbz"
27 checksum: [
28 "sha256=04e6278336a8bd3d24215912b8de129673675a5fd84acaa969a30b8c93aba05f"
29 "sha512=26ecf349651a1ff67df6c5e39d7f9bc27831da2dcbbad660c7293dd0e2e8cbeaf0b5bc8d9b1842db55e1d237581d42136f1e817b1fb018ad3d65840e356f59e1"
30 ]
31}