Skip to content

Commit 820ba28

Browse files
authored
ocaml 5: restrict posixat
Same as 0a4351c
1 parent 7109cb0 commit 820ba28

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)