Skip to content

Commit 0dd8c75

Browse files
authored
Merge pull request ocaml#22759 from kit-ty-kate/fix-177
orf is not compatible with OCaml 5.0 (uses Array.create)
2 parents 25723af + 2a5ecf2 commit 0dd8c75

File tree

1 file changed

+1
-1
lines changed
  • packages/orf/orf.1.0.0

1 file changed

+1
-1
lines changed

packages/orf/orf.1.0.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ depends: [
1212
"dolog" {>= "4.0.0"}
1313
"dune" {>= "2.8"}
1414
"minicli"
15-
"ocaml"
15+
"ocaml" {< "5.0"}
1616
"parany" {>= "11.0.0"}
1717
"line_oriented"
1818
]

0 commit comments

Comments
 (0)