opam-version: "2.0" synopsis: "Pipeline library for Lwt" description: """ A library to handle pipelines (series of transformation) with support for Lwt-based concurrency. """ maintainer: "Raphaël Proust " authors: "Raphaël Proust " license: "MIT" homepage: "https://gitlab.com/nomadic-labs/lwt_pipeline" bug-reports: "https://gitlab.com/nomadic-labs/lwt_pipeline/issues" dev-repo: "git+https://gitlab.com/nomadic-labs/lwt_pipeline.git" depends: [ "ocaml" { >= "4.03" } "dune" { >= "1.7" & < "3.0.0" } "lwt" {>= "2.6.0"} "base-unix" { with-test } ] build: ["dune" "build" "-p" name "-j" jobs] url { src: "https://gitlab.com/nomadic-labs/lwt_pipeline/-/archive/v0.2/lwt_pipeline-v0.2.tar.gz" checksum: [ "md5=06f3e61266b930f2f68c1a6649497411" "sha512=4e3f8f1ed26ab70b9d6a25432b3a9fcbc33a827028801cf631fa246f8a76588fa4365572f02052c769293eec26a0213c0e561fb6288bc60a269a06c182c724ff" ] }