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.
os-distribution
1 parent 988e18c commit 7fc3f03Copy full SHA for 7fc3f03
packages/core_unix/core_unix.v0.16.0/opam
@@ -29,7 +29,7 @@ synopsis: "Unix-specific portions of Core"
29
description: "
30
Unix-specific extensions to some of the modules defined in [core] and [core_kernel].
31
"
32
-available: [ !(os = "freebsd" & os-version >= "14") & os != "alpine" ]
+available: [ !(os = "freebsd" & os-version >= "14") & os-distribution != "alpine" ]
33
url {
34
src: "https://ocaml.janestreet.com/ocaml-core/v0.16/files/core_unix-v0.16.0.tar.gz"
35
checksum: "sha256=4f70a9d3a761799d00c0a207942b4abd9f1a144bbcb19df98021d9fb7bfa9e5f"
0 commit comments