this repo has no description
1opam-version: "2.0"
2maintainer: "simon.cruanes.2007@m4x.org"
3synopsis: "An alternative to `Lwt_stream` with interfaces for producers and consumers and a bounded internal buffer"
4build: [
5 ["dune" "build" "@install" "-p" name "-j" jobs]
6 ["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc}
7 ["dune" "runtest" "-p" name "-j" jobs] {with-test}
8]
9depends: [
10 "dune" {>= "1.1" & < "3.0"}
11 "lwt" {>= "2.4.7"}
12 "ocaml" { >= "4.03.0" }
13 "mdx" {with-test & < "2.0"}
14 "qcheck" {with-test & >= "0.9" < "0.14"}
15 "qtest" {with-test}
16 "odoc" {with-doc}
17]
18tags: [ "lwt" "pipe" "stream" "blocking" ]
19homepage: "https://github.com/c-cube/lwt-pipe/"
20dev-repo: "git+https://github.com/c-cube/lwt-pipe.git"
21bug-reports: "https://github.com/c-cube/lwt-pipe/issues/"
22authors: "Simon Cruanes"
23url {
24 src: "https://github.com/c-cube/lwt-pipe/archive/v0.1.tar.gz"
25 checksum: [
26 "md5=46cfc88c4220d40356f6bea7c535be6e"
27 "sha512=ebc04adf58d913aac8caf43d76b2191fa76101c60a48f6c992a396e5bc8b0756d1c6ca0f9038141b77a40185c8cdb03a9de62252b1d23b06e12f201a9dff914b"
28 ]
29}