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 @@ -40,7 +40,7 @@ install: [make "install-coq"]
4040depends: [
4141 "conf-autoconf" {build & dev}
4242 "coq" {>= "8.16" & < "9.0"}
43- "ocaml" {>= "4.09"}
43+ "ocaml" {>= "4.09" & < "5.4" }
4444 "ocamlfind" {build}
4545 "why3" {= version}
4646]
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ install: [make "install-ide"]
4141
4242depends: [
4343 "conf-autoconf" {build & dev}
44- "ocaml" {>= "4.09"}
44+ "ocaml" {>= "4.09" & < "5.4" }
4545 "ocamlfind" {build}
4646 "why3" {= version}
4747 "lablgtk3"
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ install: [
5252
5353depends: [
5454 "conf-autoconf" {build & dev}
55- "ocaml" {>= "4.09"}
55+ "ocaml" {>= "4.09" & < "5.4" }
5656 "ocamlfind" {build}
5757 "menhir" {>= "20200211"}
5858 "zarith"
You can’t perform that action at this time.
0 commit comments