this repo has no description

Merge pull request #22270 from kit-ty-kate/fix-136

core_unix.v0.15.1 is not compatible with OCaml 5.0 (the release shows no difference with v0.15.0)

Kate e43c2821 5b0aecb9

Changed files
+1 -1
packages
core_unix
core_unix.v0.15.1
+1 -1
packages/core_unix/core_unix.v0.15.1/opam
···
["dune" "build" "-p" name "-j" jobs]
]
depends: [
-
"ocaml" {>= "4.08.0"}
+
"ocaml" {>= "4.08.0" & < "5.0"}
"core" {>= "v0.15.1" & < "v0.16"}
"core_kernel" {>= "v0.15" & < "v0.16"}
"expect_test_helpers_core" {>= "v0.15" & < "v0.16"}