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-only WITH OCaml-LGPL-linking-exception" 6maintainer: "Ashish Agarwal <agarwal1975@gmail.com>" 7authors: [ 8 "Philippe Veber <philippe.veber@gmail.com>" 9 "Ashish Agarwal <agarwal1975@gmail.com>" 10 "Drup <drupyog@zoho.com>" 11] 12 13build: [ 14 ["jbuilder" "build" "-p" name "-j" jobs] 15] 16 17depends: [ 18 "ocaml" {>= "4.04.1"} 19 "jbuilder" {>= "1.0+beta7"} 20 "core_kernel" {>= "v0.11.0" & < "v0.13"} 21 "conf-m4" {build} 22] 23synopsis: "Stream operations in the style of Core's API." 24url { 25 src: "https://github.com/biocaml/cfstream/archive/1.3.0.tar.gz" 26 checksum: [ 27 "sha256=3d32df3f2c3e343aeb1a4da7c8e039ad979551098147fdc3008695a71922e4a8" 28 "md5=c45c74500ac564719511a314f0633b56" 29 ] 30}