this repo has no description

Restrict availability exclusion to just FreeBSD 14+

Changed files
+1 -1
packages
core_unix
core_unix.v0.16.0
+1 -1
packages/core_unix/core_unix.v0.16.0/opam
···
Unix-specific extensions to some of the modules defined in [core] and [core_kernel].
"
depexts: ["linux-headers"] {os-family = "alpine"}
-
available: [ os != "freebsd" ]
url {
src: "https://ocaml.janestreet.com/ocaml-core/v0.16/files/core_unix-v0.16.0.tar.gz"
checksum: "sha256=4f70a9d3a761799d00c0a207942b4abd9f1a144bbcb19df98021d9fb7bfa9e5f"
···
Unix-specific extensions to some of the modules defined in [core] and [core_kernel].
"
depexts: ["linux-headers"] {os-family = "alpine"}
+
available: [ !(os = "freebsd" & os-version >= "14") ]
url {
src: "https://ocaml.janestreet.com/ocaml-core/v0.16/files/core_unix-v0.16.0.tar.gz"
checksum: "sha256=4f70a9d3a761799d00c0a207942b4abd9f1a144bbcb19df98021d9fb7bfa9e5f"