Skip to content

Commit 6345bc3

Browse files
Merge pull request #27481 from anmonteiro/patch-8
melange.5.0.0-51: require ocaml 5.1.1
2 parents 3f0fbcd + cc948d4 commit 6345bc3

File tree

1 file changed

+1
-1
lines changed
  • packages/melange/melange.5.0.0-51

1 file changed

+1
-1
lines changed

packages/melange/melange.5.0.0-51/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ homepage: "https://github.com/melange-re/melange"
77
bug-reports: "https://github.com/melange-re/melange/issues"
88
depends: [
99
"dune" {>= "3.13"}
10-
"ocaml" {>= "5.1" & < "5.2"}
10+
"ocaml" {>= "5.1.1" & < "5.2"}
1111
"cmdliner" {>= "1.1.0"}
1212
"dune-build-info"
1313
"cppo" {build}

0 commit comments

Comments
 (0)