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.0.1.tar.gz" 26 checksum: [ 27 "sha256=d906da1063547d4f0366fdd4d4a1f052dd8aed8bfa8bf4e567f5d4f3fa9362f2" 28 "md5=e5321d12d3d5cab74577c0669d31fe7c" 29 ] 30}