File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ build: [make "build"]
99install: [make "install"]
1010remove: [make "uninstall"]
1111depends: [
12- "ocaml" {>= "4.01.0"}
12+ "ocaml" {>= "4.01.0" & < "5.0" }
1313 "ocamlfind" {build}
1414 "alcotest" {with-test}
1515 "base-bytes"
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ build: [make "build"]
99install: [make "install"]
1010remove: [make "uninstall"]
1111depends: [
12- "ocaml" {>= "4.01.0"}
12+ "ocaml" {>= "4.01.0" & < "5.0" }
1313 "ocamlfind" {build}
1414 "ocamlbuild" {build & != "0.9.0"}
1515 "alcotest" {with-test}
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ build: [
1313install: [make "install"]
1414remove: [make "uninstall"]
1515depends: [
16- "ocaml" {>= "4.01.0"}
16+ "ocaml" {>= "4.01.0" & < "5.0" }
1717 "ocamlfind" {build}
1818 "ocamlbuild" {build & != "0.9.0"}
1919 "alcotest" {with-test}
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ build: [
1313install: [make "install"]
1414remove: [make "uninstall"]
1515depends: [
16- "ocaml" {>= "4.01.0"}
16+ "ocaml" {>= "4.01.0" & < "5.0" }
1717 "ocamlfind" {build}
1818 "ocamlbuild" {build & != "0.9.0"}
1919 "alcotest" {with-test}
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ build: [
1313install: [make "install"]
1414remove: [make "uninstall"]
1515depends: [
16- "ocaml" {>= "4.01.0"}
16+ "ocaml" {>= "4.01.0" & < "5.0" }
1717 "ocamlfind" {build}
1818 "ocamlbuild" {build & != "0.9.0"}
1919 "alcotest" {with-test}
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ build: [
1313install: [make "install"]
1414remove: [make "uninstall"]
1515depends: [
16- "ocaml" {>= "4.01.0"}
16+ "ocaml" {>= "4.01.0" & < "5.0" }
1717 "ocamlfind" {build}
1818 "ocamlbuild" {build & != "0.9.0"}
1919 "alcotest" {with-test}
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ build: [
1313install: [make "install"]
1414remove: [make "uninstall"]
1515depends: [
16- "ocaml" {>= "4.01.0"}
16+ "ocaml" {>= "4.01.0" & < "5.0" }
1717 "ocamlfind" {build}
1818 "ocamlbuild" {build & != "0.9.0"}
1919 "alcotest" {with-test}
You can’t perform that action at this time.
0 commit comments