Skip to content

Commit 98bb97c

Browse files
authored
Merge pull request #24122 from kit-ty-kate/fix-229
b0 < 0.0.5 is not compatible with OCaml 5.1
2 parents 34b4e0b + aa46045 commit 98bb97c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/b0/b0.0.0.2/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dev-repo: "git+https://erratique.ch/repos/b0.git"
88
bug-reports: "https://github.com/b0-system/b0/issues"
99
license: ["ISC" "BSD-2-Clause"]
1010
tags: ["dev" "org:erratique" "org:b0-system" "build"]
11-
depends: ["ocaml" {>= "4.08.0"}
11+
depends: ["ocaml" {>= "4.08.0" & < "5.0"}
1212
"ocamlfind" {build}
1313
"ocamlbuild" {build}
1414
"topkg" {build & >= "1.0.3"}

packages/b0/b0.0.0.3/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dev-repo: "git+https://erratique.ch/repos/b0.git"
88
bug-reports: "https://github.com/b0-system/b0/issues"
99
license: ["ISC" "BSD-2-Clause"]
1010
tags: ["dev" "org:erratique" "org:b0-system" "build"]
11-
depends: ["ocaml" {>= "4.08.0"}
11+
depends: ["ocaml" {>= "4.08.0" & < "5.0"}
1212
"ocamlfind" {build}
1313
"ocamlbuild" {build}
1414
"topkg" {build & >= "1.0.3"}

packages/b0/b0.0.0.4/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ homepage: "https://erratique.ch/software/b0"
2929
doc: "https://erratique.ch/software/b0/doc"
3030
bug-reports: "https://github.com/b0-system/b0/issues"
3131
depends: [
32-
"ocaml" {>= "4.08.0"}
32+
"ocaml" {>= "4.08.0" & < "5.0"}
3333
"ocamlfind" {build}
3434
"ocamlbuild" {build}
3535
"topkg" {build & >= "1.0.3"}

0 commit comments

Comments
 (0)