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]
17run-test: [
18 ["dune" "runtest" "-p" name "-j" jobs]
19]
20
21depends: [
22 "ocaml" {>= "4.04.1"}
23 "dune" {>= "1.0"}
24 "core_kernel" {>= "v0.11.0" < "v0.16"}
25 "camlp-streams" {>= "5.0.1"}
26 "conf-m4"
27 "ounit" {with-test}
28]
29url {
30 src: "https://github.com/biocaml/cfstream/archive/refs/tags/1.3.2.tar.gz"
31 checksum: [
32 "md5=a4bcc54b5eca668f77cf3c3b07c42226"
33 "sha512=3a2c659c85004911951d73421caa89d8812aacd8b92289f36b5e5979124384adf81f4893f8695b3fbaf7b02f8d73e2cde4b1b1d7e387f7364318c72b51ff6011"
34 ]
35}