Skip to content

Commit 54fe44b

Browse files
authored
Merge pull request #23979 from mseri/ub-js016
Fix upper bounds of various packages
2 parents 4241bb6 + f0f02bd commit 54fe44b

File tree

3 files changed

+4
-4
lines changed
  • packages
    • cfstream
    • csvfields/csvfields.v0.15.0

3 files changed

+4
-4
lines changed

packages/cfstream/cfstream.1.3.1/opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ opam-version: "2.0"
22
homepage: "https://github.com/biocaml/cfstream"
33
dev-repo: "git+https://github.com/biocaml/cfstream.git"
44
bug-reports: "https://github.com/biocaml/cfstream/issues"
5-
license: "LGPL + linking exception"
5+
license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception"
66
maintainer: "Ashish Agarwal <[email protected]>"
77
synopsis: "Stream operations in the style of Core's API"
88
authors: [
@@ -18,7 +18,7 @@ build: [
1818
depends: [
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
]

packages/cfstream/cfstream.1.3.2/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ run-test: [
2121
depends: [
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}

packages/csvfields/csvfields.v0.15.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ build: [
1010
["dune" "build" "-p" name "-j" jobs]
1111
]
1212
depends: [
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"}

0 commit comments

Comments
 (0)