Skip to content

Commit cbe8cab

Browse files
authored
Merge pull request #28143 from liyishuai/patch-3
Stdcompat 1 incompatible with OCaml 5
2 parents bd82a8d + 480c404 commit cbe8cab

File tree

1 file changed

+1
-1
lines changed
  • packages/stdcompat/stdcompat.1

1 file changed

+1
-1
lines changed

packages/stdcompat/stdcompat.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ build: [make "all" "PREFIX=%{prefix}%"]
99
install: [make "install" "PREFIX=%{prefix}%"]
1010
remove: [make "uninstall" "PREFIX=%{prefix}%"]
1111
depends: [
12-
"ocaml" {< "5.2"}
12+
"ocaml" {< "5.0"}
1313
"ocamlfind" {build}
1414
"cppo" {build}
1515
]

0 commit comments

Comments
 (0)