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"
6dev-repo:
7 "git+https://github.com/issuu/ocaml-zmq.git"
8bug-reports: "https://github.com/issuu/ocaml-zmq/issues"
9build: [
10 ["jbuilder" "subst" "-p" name] {dev}
11 ["jbuilder" "build" "-p" name "-j" jobs]
12]
13depends: [
14 "ocaml"
15 "conf-zmq"
16 "jbuilder" {>= "1.0+beta17"}
17 "configurator" {build}
18 "ounit" {with-test & < "2.1.0"}
19 "base-unix"
20 "stdint" {>= "0.4.2"}
21]
22conflicts: [
23 "ocaml-zmq"
24]
25synopsis: "OCaml bindings for ZeroMQ 4.x"
26description: """
27This library contains basic bindings for zmq.
28Lwt aware bindings to zmq are availble though package zmq-lwt
29Async aware bindings to zmq are availble though package zmq-async
30
31Api documentation can be found at https://issuu.github.io/ocaml-zmq"""
32url {
33 src: "https://github.com/issuu/ocaml-zmq/archive/5.0.0.tar.gz"
34 checksum: [
35 "sha256=831f7f9c206dc9fdbdf037c70907eeaa2716ac2502cf33fd6212f3e91d1fa924"
36 "md5=08c6d97f2e5b67c9a77b9e65e10cb417"
37 ]
38}