Skip to content

Commit 9a7ac7f

Browse files
authored
Merge pull request #24108 from dc-mak/patch-1
ocaml 5: restrict posixat
2 parents 161d6ae + 820ba28 commit 9a7ac7f

File tree

1 file changed

+1
-1
lines changed
  • packages/posixat/posixat.v0.16.0

1 file changed

+1
-1
lines changed

packages/posixat/posixat.v0.16.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ build: [
1010
["dune" "build" "-p" name "-j" jobs]
1111
]
1212
depends: [
13-
"ocaml" {>= "4.14.0"}
13+
"ocaml" {>= "4.14.0" & < "5.0"}
1414
"base" {>= "v0.16" & < "v0.17"}
1515
"ppx_optcomp" {>= "v0.16" & < "v0.17"}
1616
"ppx_sexp_conv" {>= "v0.16" & < "v0.17"}

0 commit comments

Comments
 (0)