this repo has no description
1opam-version: "2.0"
2maintainer: "hez@0ok.org"
3authors: [ "Hezekiah M. Carty <hez@0ok.org>" ]
4license: "MIT"
5homepage: "https://github.com/hcarty/lwt-zmq"
6bug-reports: "https://github.com/hcarty/lwt-zmq/issues"
7dev-repo: "git+https://github.com/hcarty/lwt-zmq.git"
8build: [
9 ["ocaml" "setup.ml" "-configure" "--prefix" prefix]
10 ["ocaml" "setup.ml" "-build"]
11]
12install:[
13 ["ocaml" "setup.ml" "-install"]
14]
15depends: [
16 "ocaml" {>= "3.12.1"}
17 "lwt" {< "5.0.0"}
18 "zmq" {>= "4.0-2" & < "5.0.0"}
19 "ocamlfind" {build}
20 "ocamlbuild" {build}
21]
22synopsis: "Lwt-friendly interface to ZeroMQ"
23flags: deprecated
24url {
25 src: "https://github.com/hcarty/lwt-zmq/archive/v2.1.0.tar.gz"
26 checksum: [
27 "sha256=16df800367afa135ee014d091662a9e1450c686b1feb22fa43438ec1c29a3a3d"
28 "md5=9183f16aed74035ac75c5c24271ffc66"
29 ]
30}