Skip to content

Commit 042a3e4

Browse files
authored
Merge pull request #27161 from kit-ty-kate/melange-ocaml-5.3
melange is not compatible with OCaml 5.3
2 parents f51b2f3 + 56a2bda commit 042a3e4

File tree

2 files changed

+2
-2
lines changed
  • packages/melange
    • melange.4.0.0-52
    • melange.4.0.1-52

2 files changed

+2
-2
lines changed

packages/melange/melange.4.0.0-52/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.16"}
10-
"ocaml" {>= "5.2"}
10+
"ocaml" {>= "5.2" & < "5.3"}
1111
"cmdliner" {>= "1.1.0"}
1212
"dune-build-info"
1313
"cppo" {build}

packages/melange/melange.4.0.1-52/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.2"}
10+
"ocaml" {>= "5.2" & < "5.3"}
1111
"cmdliner" {>= "1.1.0"}
1212
"dune-build-info"
1313
"cppo" {build}

0 commit comments

Comments
 (0)