Skip to content

Commit 328bf87

Browse files
authored
Merge pull request ocaml#22783 from mseri/imagelib
imagelib is not compatible with ocaml 5
2 parents 62b784a + 6b50c4e commit 328bf87

File tree

6 files changed

+6
-6
lines changed
  • packages/imagelib
    • imagelib.20171028
    • imagelib.20180522
    • imagelib.20200929
    • imagelib.20210116
    • imagelib.20210402
    • imagelib.20210511

6 files changed

+6
-6
lines changed

packages/imagelib/imagelib.20171028/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ build: [make]
99
install: [make "install"]
1010
remove: [make "uninstall"]
1111
depends: [
12-
"ocaml" {>= "4.03.0"}
12+
"ocaml" {>= "4.03.0" & < "5.0"}
1313
"ocamlfind" {build}
1414
"ocamlbuild" {build}
1515
"decompress" {= "0.7"}

packages/imagelib/imagelib.20180522/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ build: [make]
99
install: [make "install"]
1010
remove: [make "uninstall"]
1111
depends: [
12-
"ocaml" {>= "4.03.0"}
12+
"ocaml" {>= "4.03.0" & < "5.0"}
1313
"ocamlfind" {build}
1414
"ocamlbuild" {build}
1515
"decompress" {= "0.7"}

packages/imagelib/imagelib.20200929/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ license: "GPL-3.0-only"
3232
doc: "https://rlepigre.github.io/ocaml-imagelib"
3333

3434
depends: [
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" }

packages/imagelib/imagelib.20210116/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ license: "GPL-3.0-only"
3232
doc: "https://rlepigre.github.io/ocaml-imagelib"
3333

3434
depends: [
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" }

packages/imagelib/imagelib.20210402/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ license: "GPL-3.0-only"
4141
doc: "https://rlepigre.github.io/ocaml-imagelib"
4242

4343
depends: [
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" }

packages/imagelib/imagelib.20210511/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ license: "GPL-3.0-only"
4141
doc: "https://rlepigre.github.io/ocaml-imagelib"
4242

4343
depends: [
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" }

0 commit comments

Comments
 (0)