this repo has no description
0
fork

Configure Feed

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

Merge pull request #26040 from anmonteiro/patch-6

melange.4.0.0-51: require OCaml 5.1.1

authored by

Anil Madhavapeddy and committed by
GitHub
25082ca0 f4fe6a19

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