opam-version: "2.0"
maintainer: "alin.popa@gmail.com"
authors: "Alin Popa"
homepage: "https://github.com/alinpopa/tube"
bug-reports: "https://github.com/alinpopa/tube/issues"
license: "LGPL-3.0-only with OCaml-LGPL-linking-exception"
dev-repo: "git+https://github.com/alinpopa/tube.git"
build: ["jbuilder" "build" "--only" "tube" "--root" "." "-j" jobs "@install"]
depends: [
  "ocaml" {>= "4.04.0"}
  "jbuilder"
  "core" {< "v0.15"}
  "lwt" {< "4.0.0"}
]
synopsis: "Typesafe abstraction on top of Lwt_io channels"
description:
  "A typesafe abstraction on top of Lwt_io channels in order to avoid things like unsafe operations (i.e. https://github.com/ocsigen/lwt/issues/345 ) when running in practice."
url {
  src: "https://github.com/alinpopa/tube/archive/3.1.tar.gz"
  checksum: "md5=f0296816262dd219ceb9b0c3f50a6d6f"
}
