this repo has no description

ocaml 5: restrict posixat

Same as https://github.com/ocaml/opam-repository/commit/0a4351c78d9535e03c700b98d561a78f38f5c0e1

Changed files
+1 -1
packages
posixat
posixat.v0.16.0
+1 -1
packages/posixat/posixat.v0.16.0/opam
···
["dune" "build" "-p" name "-j" jobs]
]
depends: [
-
"ocaml" {>= "4.14.0"}
+
"ocaml" {>= "4.14.0" & < "5.0"}
"base" {>= "v0.16" & < "v0.17"}
"ppx_optcomp" {>= "v0.16" & < "v0.17"}
"ppx_sexp_conv" {>= "v0.16" & < "v0.17"}