File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ build: [make]
99install: [make "install"]
1010remove: [make "uninstall"]
1111depends: [
12- "ocaml" {>= "4.03.0"}
12+ "ocaml" {>= "4.03.0" & < "5.0" }
1313 "ocamlfind" {build}
1414 "ocamlbuild" {build}
1515 "decompress" {= "0.7"}
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ build: [make]
99install: [make "install"]
1010remove: [make "uninstall"]
1111depends: [
12- "ocaml" {>= "4.03.0"}
12+ "ocaml" {>= "4.03.0" & < "5.0" }
1313 "ocamlfind" {build}
1414 "ocamlbuild" {build}
1515 "decompress" {= "0.7"}
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ license: "GPL-3.0-only"
3232doc: "https://rlepigre.github.io/ocaml-imagelib"
3333
3434depends: [
35- "ocaml" { >= "4.07.0" }
35+ "ocaml" { >= "4.07.0" & < "5.0" }
3636 "base-unix"
3737 "dune" { >= "2.3.0" }
3838 "decompress" { >= "1.2.0" & < "1.3.0" }
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ license: "GPL-3.0-only"
3232doc: "https://rlepigre.github.io/ocaml-imagelib"
3333
3434depends: [
35- "ocaml" { >= "4.07.0" }
35+ "ocaml" { >= "4.07.0" & < "5.0" }
3636 "base-unix"
3737 "dune" { >= "2.3.0" }
3838 "decompress" { >= "1.2.0" & < "1.3.0" }
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ license: "GPL-3.0-only"
4141doc: "https://rlepigre.github.io/ocaml-imagelib"
4242
4343depends: [
44- "ocaml" { >= "4.07.0" }
44+ "ocaml" { >= "4.07.0" & < "5.0" }
4545 "base-unix"
4646 "dune" { >= "2.3.0" }
4747 "decompress" { >= "1.3.0" }
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ license: "GPL-3.0-only"
4141doc: "https://rlepigre.github.io/ocaml-imagelib"
4242
4343depends: [
44- "ocaml" { >= "4.07.0" }
44+ "ocaml" { >= "4.07.0" & < "5.0" }
4545 "base-unix"
4646 "dune" { >= "2.3.0" }
4747 "decompress" { >= "1.3.0" }
You can’t perform that action at this time.
0 commit comments