File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -29,8 +29,7 @@ synopsis: "Unix-specific portions of Core"
2929description: "
3030Unix-specific extensions to some of the modules defined in [core] and [core_kernel].
3131"
32- depexts: ["linux-headers"] {os-family = "alpine"}
33- available: [ !(os = "freebsd" & os-version >= "14") ]
32+ available: [ !(os = "freebsd" & os-version >= "14") & os-distribution != "alpine" ]
3433url {
3534src: "https://ocaml.janestreet.com/ocaml-core/v0.16/files/core_unix-v0.16.0.tar.gz"
3635checksum: "sha256=4f70a9d3a761799d00c0a207942b4abd9f1a144bbcb19df98021d9fb7bfa9e5f"
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ depends: [
2525 "dune" {>= "3.11.0"}
2626 "spawn" {>= "v0.15"}
2727]
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" ]
2929synopsis: "Unix-specific portions of Core"
3030description: "
3131Unix-specific extensions to some of the modules defined in [core] and [core_kernel].
You can’t perform that action at this time.
0 commit comments