opam-version: "2.0" maintainer: "simon.cruanes.2007@m4x.org" synopsis: "An alternative to `Lwt_stream` with interfaces for producers and consumers and a bounded internal buffer" build: [ ["dune" "build" "@install" "-p" name "-j" jobs] ["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc} ["dune" "runtest" "-p" name "-j" jobs] {with-test} ] depends: [ "dune" {>= "1.1" & < "3.0"} "lwt" {>= "2.4.7"} "ocaml" { >= "4.03.0" } "mdx" {with-test & < "2.0"} "qcheck" {with-test & >= "0.9" < "0.14"} "qtest" {with-test} "odoc" {with-doc} ] tags: [ "lwt" "pipe" "stream" "blocking" ] homepage: "https://github.com/c-cube/lwt-pipe/" dev-repo: "git+https://github.com/c-cube/lwt-pipe.git" bug-reports: "https://github.com/c-cube/lwt-pipe/issues/" authors: "Simon Cruanes" url { src: "https://github.com/c-cube/lwt-pipe/archive/v0.1.tar.gz" checksum: [ "md5=46cfc88c4220d40356f6bea7c535be6e" "sha512=ebc04adf58d913aac8caf43d76b2191fa76101c60a48f6c992a396e5bc8b0756d1c6ca0f9038141b77a40185c8cdb03a9de62252b1d23b06e12f201a9dff914b" ] }