this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #27737 from Leonidas-from-XIV/core-unix-atomic

`core_unix.v0.17.0` does not build on OCaml 5.3

authored by

Marcello Seri and committed by
GitHub
835997bf 7c88ab61

+1 -1
+1 -1
packages/core_unix/core_unix.v0.17.0/opam
··· 10 10 ["dune" "build" "-p" name "-j" jobs] 11 11 ] 12 12 depends: [ 13 - "ocaml" {>= "5.1.0"} 13 + "ocaml" {>= "5.1.0" & < "5.3"} 14 14 "core" {>= "v0.17" & < "v0.18"} 15 15 "core_kernel" {>= "v0.17" & < "v0.18"} 16 16 "expect_test_helpers_core" {>= "v0.17" & < "v0.18"}