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"
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 "zmq" {= version}
16 "jbuilder" {>= "1.0+beta17"}
17 "async_unix" {>= "v0.9.0"}
18 "async_kernel" {>= "v0.9.0"}
19 "base" {>= "v0.9.0"}
20 "ounit" {with-test & < "2.1.0"}
21]
22synopsis: "Async aware bindings to zmq"
23url {
24 src: "https://github.com/issuu/ocaml-zmq/archive/5.0.0.tar.gz"
25 checksum: [
26 "sha256=831f7f9c206dc9fdbdf037c70907eeaa2716ac2502cf33fd6212f3e91d1fa924"
27 "md5=08c6d97f2e5b67c9a77b9e65e10cb417"
28 ]
29}