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"
8
8
bug-reports: "https://github.com/b0-system/b0/issues"
9
9
license: ["ISC" "BSD-2-Clause"]
10
10
tags: ["dev" "org:erratique" "org:b0-system" "build"]
11
- depends: ["ocaml" {>= "4.08.0"}
11
+ depends: ["ocaml" {>= "4.08.0" & < "5.0" }
12
12
"ocamlfind" {build}
13
13
"ocamlbuild" {build}
14
14
"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"
8
8
bug-reports: "https://github.com/b0-system/b0/issues"
9
9
license: ["ISC" "BSD-2-Clause"]
10
10
tags: ["dev" "org:erratique" "org:b0-system" "build"]
11
- depends: ["ocaml" {>= "4.08.0"}
11
+ depends: ["ocaml" {>= "4.08.0" & < "5.0" }
12
12
"ocamlfind" {build}
13
13
"ocamlbuild" {build}
14
14
"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"
29
29
doc: "https://erratique.ch/software/b0/doc"
30
30
bug-reports: "https://github.com/b0-system/b0/issues"
31
31
depends: [
32
- "ocaml" {>= "4.08.0"}
32
+ "ocaml" {>= "4.08.0" & < "5.0" }
33
33
"ocamlfind" {build}
34
34
"ocamlbuild" {build}
35
35
"topkg" {build & >= "1.0.3"}
You can’t perform that action at this time.
0 commit comments