this repo has no description

core_unix 0.17 is also not compatible with non-glibc distributions

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