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.
2 parents 27f357b + ff55db3 commit fcc92beCopy full SHA for fcc92be
packages/core_unix/core_unix.v0.17.1/opam
@@ -25,7 +25,7 @@ depends: [
25
"dune" {>= "3.11.0"}
26
"spawn" {>= "v0.15"}
27
]
28
-available: arch != "arm32" & arch != "x86_32" & os-distribution != "alpine"
+available: arch != "arm32" & arch != "x86_32" & arch != "ppc64" & arch != "s390x" & 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