this repo has no description
1opam-version: "2.0"
2maintainer: "anders@fugmann.net"
3authors: [ "Anders Fugmann" "Pedro Borges" "Peter Zotov" ]
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 "conf-zmq"
17 "dune"
18 "dune-configurator"
19 "ounit2" {with-test}
20 "base-unix"
21 "stdint" {>= "0.4.2"}
22]
23conflicts: [
24 "ocaml-zmq"
25]
26synopsis: "OCaml bindings for ZeroMQ 4.x"
27description: """
28This library contains basic bindings for zmq.
29Lwt aware bindings to zmq are availble though package zmq-lwt
30Async aware bindings to zmq are availble though package zmq-async
31
32Api documentation can be found at https://issuu.github.io/ocaml-zmq"""
33url {
34 src:
35 "https://github.com/issuu/ocaml-zmq/releases/download/5.1.2/zmq-5.1.2.tbz"
36 checksum: [
37 "sha256=04e6278336a8bd3d24215912b8de129673675a5fd84acaa969a30b8c93aba05f"
38 "sha512=26ecf349651a1ff67df6c5e39d7f9bc27831da2dcbbad660c7293dd0e2e8cbeaf0b5bc8d9b1842db55e1d237581d42136f1e817b1fb018ad3d65840e356f59e1"
39 ]
40}