this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #27396 from mseri/eliom

eliom is not compatible with ocaml 5.3

authored by

Marcello Seri and committed by
GitHub
0f2d53f6 8c96475c

+4 -4
+1 -1
packages/eliom/eliom.10.4.1/opam
··· 17 17 bug-reports: "https://github.com/ocsigen/eliom/issues" 18 18 depends: [ 19 19 "dune" {>= "3.6"} 20 - "ocaml" {>= "4.08.0"} 20 + "ocaml" {>= "4.08.0" & < "5.3.0"} 21 21 "ocamlfind" 22 22 "ppx_deriving" 23 23 "ppxlib" {>= "0.15.0"}
+1 -1
packages/eliom/eliom.11.0.0/opam
··· 17 17 bug-reports: "https://github.com/ocsigen/eliom/issues" 18 18 depends: [ 19 19 "dune" {>= "3.6"} 20 - "ocaml" {>= "4.12.0"} 20 + "ocaml" {>= "4.12.0" & < "5.3.0"} 21 21 "ocamlfind" 22 22 "ppx_deriving" 23 23 "ppxlib" {>= "0.15.0"}
+1 -1
packages/eliom/eliom.11.0.1/opam
··· 17 17 bug-reports: "https://github.com/ocsigen/eliom/issues" 18 18 depends: [ 19 19 "dune" {>= "3.6"} 20 - "ocaml" {>= "4.12.0"} 20 + "ocaml" {>= "4.12.0" & < "5.3.0"} 21 21 "ocamlfind" 22 22 "ppx_deriving" 23 23 "ppxlib" {>= "0.15.0"}
+1 -1
packages/eliom/eliom.11.1.0/opam
··· 17 17 bug-reports: "https://github.com/ocsigen/eliom/issues" 18 18 depends: [ 19 19 "dune" {>= "3.6"} 20 - "ocaml" {>= "4.12.0"} 20 + "ocaml" {>= "4.12.0" & < "5.3.0"} 21 21 "ocamlfind" 22 22 "ppx_deriving" 23 23 "ppxlib" {>= "0.15.0"}