We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fc3f03 commit 50d1c94Copy full SHA for 50d1c94
packages/core_unix/core_unix.v0.17.0/opam
@@ -25,7 +25,7 @@ depends: [
25
"dune" {>= "3.11.0"}
26
"spawn" {>= "v0.15"}
27
]
28
-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"]
29
synopsis: "Unix-specific portions of Core"
30
description: "
31
Unix-specific extensions to some of the modules defined in [core] and [core_kernel].
0 commit comments