this repo has no description
1opam-version: "2.0"
2synopsis: "Pipeline library for Lwt"
3description: """
4A library to handle pipelines (series of transformation) with support for
5Lwt-based concurrency.
6"""
7maintainer: "Raphaël Proust <code@bnwr.net>"
8authors: "Raphaël Proust <code@bnwr.net>"
9license: "MIT"
10homepage: "https://gitlab.com/nomadic-labs/lwt_pipeline"
11bug-reports: "https://gitlab.com/nomadic-labs/lwt_pipeline/issues"
12dev-repo: "git+https://gitlab.com/nomadic-labs/lwt_pipeline.git"
13depends: [
14 "ocaml" { >= "4.03" }
15 "dune" { >= "1.7" & < "3.0.0" }
16 "lwt" {>= "2.6.0"}
17 "base-unix" { with-test }
18 ]
19build: ["dune" "build" "-p" name "-j" jobs]
20url {
21 src:
22 "https://gitlab.com/nomadic-labs/lwt_pipeline/-/archive/v0.2/lwt_pipeline-v0.2.tar.gz"
23 checksum: [
24 "md5=06f3e61266b930f2f68c1a6649497411"
25 "sha512=4e3f8f1ed26ab70b9d6a25432b3a9fcbc33a827028801cf631fa246f8a76588fa4365572f02052c769293eec26a0213c0e561fb6288bc60a269a06c182c724ff"
26 ]
27}