Skip to content

Commit 0f2d53f

Browse files
authored
Merge pull request #27396 from mseri/eliom
eliom is not compatible with ocaml 5.3
2 parents 8c96475 + 3789cc4 commit 0f2d53f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

packages/eliom/eliom.10.4.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ homepage: "https://ocsigen.org/eliom/"
1717
bug-reports: "https://github.com/ocsigen/eliom/issues"
1818
depends: [
1919
"dune" {>= "3.6"}
20-
"ocaml" {>= "4.08.0"}
20+
"ocaml" {>= "4.08.0" & < "5.3.0"}
2121
"ocamlfind"
2222
"ppx_deriving"
2323
"ppxlib" {>= "0.15.0"}

packages/eliom/eliom.11.0.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ homepage: "https://ocsigen.org/eliom/"
1717
bug-reports: "https://github.com/ocsigen/eliom/issues"
1818
depends: [
1919
"dune" {>= "3.6"}
20-
"ocaml" {>= "4.12.0"}
20+
"ocaml" {>= "4.12.0" & < "5.3.0"}
2121
"ocamlfind"
2222
"ppx_deriving"
2323
"ppxlib" {>= "0.15.0"}

packages/eliom/eliom.11.0.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ homepage: "https://ocsigen.org/eliom/"
1717
bug-reports: "https://github.com/ocsigen/eliom/issues"
1818
depends: [
1919
"dune" {>= "3.6"}
20-
"ocaml" {>= "4.12.0"}
20+
"ocaml" {>= "4.12.0" & < "5.3.0"}
2121
"ocamlfind"
2222
"ppx_deriving"
2323
"ppxlib" {>= "0.15.0"}

packages/eliom/eliom.11.1.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ homepage: "https://ocsigen.org/eliom/"
1717
bug-reports: "https://github.com/ocsigen/eliom/issues"
1818
depends: [
1919
"dune" {>= "3.6"}
20-
"ocaml" {>= "4.12.0"}
20+
"ocaml" {>= "4.12.0" & < "5.3.0"}
2121
"ocamlfind"
2222
"ppx_deriving"
2323
"ppxlib" {>= "0.15.0"}

0 commit comments

Comments
 (0)