Skip to content

Commit 835997b

Browse files
authored
Merge pull request ocaml#27737 from Leonidas-from-XIV/core-unix-atomic
`core_unix.v0.17.0` does not build on OCaml 5.3
2 parents 7c88ab6 + d669b39 commit 835997b

File tree

1 file changed

+1
-1
lines changed
  • packages/core_unix/core_unix.v0.17.0

1 file changed

+1
-1
lines changed

packages/core_unix/core_unix.v0.17.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" {>= "5.1.0"}
13+
"ocaml" {>= "5.1.0" & < "5.3"}
1414
"core" {>= "v0.17" & < "v0.18"}
1515
"core_kernel" {>= "v0.17" & < "v0.18"}
1616
"expect_test_helpers_core" {>= "v0.17" & < "v0.18"}

0 commit comments

Comments
 (0)