this repo has no description
0
fork

Configure Feed

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

core_unix 0.17 is also not compatible with non-glibc distributions

authored by

Marcello Seri and committed by
GitHub
50d1c94e 7fc3f035

+1 -1
+1 -1
packages/core_unix/core_unix.v0.17.0/opam
··· 25 25 "dune" {>= "3.11.0"} 26 26 "spawn" {>= "v0.15"} 27 27 ] 28 - available: [ (arch = "x86_64" | arch = "arm64") & !(os = "freebsd" & os-version >= "14") ] 28 + available: [ (arch = "x86_64" | arch = "arm64") & !(os = "freebsd" & os-version >= "14") & os-distribution != "alpine"] 29 29 synopsis: "Unix-specific portions of Core" 30 30 description: " 31 31 Unix-specific extensions to some of the modules defined in [core] and [core_kernel].