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" & < "2.0" } "lwt" ] build: ["dune" "build" "-p" name "-j" jobs] url { src: "https://gitlab.com/nomadic-labs/lwt_pipeline/-/archive/release-0.1/lwt_pipeline-release-0.1.tar.gz" checksum: [ "md5=420fa855e112d8719c3211a65d1fe03a" "sha512=0ee99fa08d93457a9be7adecb8ee204fb0576526a25bc1a9c442f831fbdbcc41a257fa9ecae063948ea60cb1d7a44ca685bcfe7061d9a6e2182c1bb4944703a8" ] }