this repo has no description
1opam-version: "2.0" 2homepage: "https://github.com/biocaml/cfstream" 3dev-repo: "git+https://github.com/biocaml/cfstream.git" 4bug-reports: "https://github.com/biocaml/cfstream/issues" 5license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 6maintainer: "Ashish Agarwal <agarwal1975@gmail.com>" 7synopsis: "Stream operations in the style of Core's API" 8authors: [ 9 "Philippe Veber <philippe.veber@gmail.com>" 10 "Ashish Agarwal <agarwal1975@gmail.com>" 11 "Drup <drupyog@zoho.com>" 12] 13 14build: [ 15 ["dune" "build" "-p" name "-j" jobs] 16] 17 18depends: [ 19 "ocaml" {>= "4.04.1" & < "5.0.0"} 20 "dune" 21 "core_kernel" {>= "v0.11.0" & < "v0.16"} 22 "conf-m4" {build} 23 "ounit" {with-test} 24] 25url { 26 src: "https://github.com/biocaml/cfstream/archive/1.3.1.tar.gz" 27 checksum: [ 28 "md5=302e2742e10fa8d31cbfb520ee382a3a" 29 "sha512=0f9e47a545dba43ab749e9d26127f52da4be6cd12aee01dd3f284202ea5d76ecaec966a23c65160d8f51ad43641d01f9620fae2081cd738cbd0ccb9ed7f5db05" 30 ] 31}