File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
csvfields/csvfields.v0.15.0 Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ opam-version: "2.0"
22homepage: "https://github.com/biocaml/cfstream"
33dev-repo: "git+https://github.com/biocaml/cfstream.git"
44bug-reports: "https://github.com/biocaml/cfstream/issues"
5- license: "LGPL + linking exception"
5+ license: "LGPL-2.1-or-later WITH OCaml-LGPL- linking- exception"
66maintainer: "Ashish Agarwal <
[email protected] >"
77synopsis: "Stream operations in the style of Core's API"
88authors: [
@@ -18,7 +18,7 @@ build: [
1818depends: [
1919 "ocaml" {>= "4.04.1" & < "5.0.0"}
2020 "dune"
21- "core_kernel" {>= "v0.11.0"}
21+ "core_kernel" {>= "v0.11.0" & < "v0.16" }
2222 "conf-m4" {build}
2323 "ounit" {with-test}
2424]
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ run-test: [
2121depends: [
2222 "ocaml" {>= "4.04.1"}
2323 "dune" {>= "1.0"}
24- "core_kernel" {>= "v0.11.0"}
24+ "core_kernel" {>= "v0.11.0" < "v0.16" }
2525 "camlp-streams" {>= "5.0.1"}
2626 "conf-m4"
2727 "ounit" {with-test}
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ build: [
1010 ["dune" "build" "-p" name "-j" jobs]
1111]
1212depends: [
13- "ocaml" {>= "4.08.0"}
13+ "ocaml" {>= "4.08.0" & < "5.0" }
1414 "core" {>= "v0.15" & < "v0.16"}
1515 "ppx_jane" {>= "v0.15" & < "v0.16"}
1616 "sexplib" {>= "v0.15" & < "v0.16"}
You can’t perform that action at this time.
0 commit comments