File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ dev-repo: "git+https://erratique.ch/repos/b0.git"
88bug-reports: "https://github.com/b0-system/b0/issues"
99license: ["ISC" "BSD-2-Clause"]
1010tags: ["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"}
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ dev-repo: "git+https://erratique.ch/repos/b0.git"
88bug-reports: "https://github.com/b0-system/b0/issues"
99license: ["ISC" "BSD-2-Clause"]
1010tags: ["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"}
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ homepage: "https://erratique.ch/software/b0"
2929doc: "https://erratique.ch/software/b0/doc"
3030bug-reports: "https://github.com/b0-system/b0/issues"
3131depends: [
32- "ocaml" {>= "4.08.0"}
32+ "ocaml" {>= "4.08.0" & < "5.0" }
3333 "ocamlfind" {build}
3434 "ocamlbuild" {build}
3535 "topkg" {build & >= "1.0.3"}
You can’t perform that action at this time.
0 commit comments