this repo has no description
0
fork

Configure Feed

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

Merge pull request #27161 from kit-ty-kate/melange-ocaml-5.3

melange is not compatible with OCaml 5.3

authored by

Marcello Seri and committed by
GitHub
042a3e46 f51b2f37

+2 -2
+1 -1
packages/melange/melange.4.0.0-52/opam
··· 7 7 bug-reports: "https://github.com/melange-re/melange/issues" 8 8 depends: [ 9 9 "dune" {>= "3.16"} 10 - "ocaml" {>= "5.2"} 10 + "ocaml" {>= "5.2" & < "5.3"} 11 11 "cmdliner" {>= "1.1.0"} 12 12 "dune-build-info" 13 13 "cppo" {build}
+1 -1
packages/melange/melange.4.0.1-52/opam
··· 7 7 bug-reports: "https://github.com/melange-re/melange/issues" 8 8 depends: [ 9 9 "dune" {>= "3.13"} 10 - "ocaml" {>= "5.2"} 10 + "ocaml" {>= "5.2" & < "5.3"} 11 11 "cmdliner" {>= "1.1.0"} 12 12 "dune-build-info" 13 13 "cppo" {build}