opam-version: "2.0"
homepage: "https://github.com/biocaml/cfstream"
dev-repo: "git+https://github.com/biocaml/cfstream.git"
bug-reports: "https://github.com/biocaml/cfstream/issues"
license: "LGPL + linking exception"
maintainer: "Ashish Agarwal <agarwal1975@gmail.com>"
synopsis: "Stream operations in the style of Core's API"
authors: [
  "Philippe Veber <philippe.veber@gmail.com>"
  "Ashish Agarwal <agarwal1975@gmail.com>"
  "Drup <drupyog@zoho.com>"
]

build: [
  ["dune" "build" "-p" name "-j" jobs]
]

depends: [
  "ocaml" {>= "4.04.1"}
  "dune"
  "core_kernel" {>= "v0.11.0" & < "v0.15"}
  "conf-m4" {build}
  "ounit" {with-test}
]
url {
  src: "https://github.com/biocaml/cfstream/archive/1.3.1.tar.gz"
  checksum: [
    "md5=302e2742e10fa8d31cbfb520ee382a3a"
    "sha512=0f9e47a545dba43ab749e9d26127f52da4be6cd12aee01dd3f284202ea5d76ecaec966a23c65160d8f51ad43641d01f9620fae2081cd738cbd0ccb9ed7f5db05"
  ]
}
