Skip to content

Commit

Permalink
Merge pull request #16054 from raphael-proust/opam-publish-lwt-pipeli…
Browse files Browse the repository at this point in the history
…ne.0.2

Package lwt-pipeline.0.2
  • Loading branch information
kit-ty-kate authored Mar 21, 2020
2 parents 08f6512 + f5b8402 commit e73f271
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions packages/lwt-pipeline/lwt-pipeline.0.2/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
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 <code@bnwr.net>"
authors: "Raphaël Proust <code@bnwr.net>"
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"
"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"
]
}

0 comments on commit e73f271

Please sign in to comment.