this repo has no description

Temporary available guards in host-arch-

If ocaml-base-compiler and +options aren't installing a host-arch-
package, ensure that _dependencies_ at least can never cause an
unexpected host-arch- package to be selected. This obviously does not
address conflicts.

Changed files
+24
packages
host-arch-arm32
host-arch-arm32.1
host-arch-arm64
host-arch-arm64.1
host-arch-ppc64
host-arch-ppc64.1
host-arch-riscv64
host-arch-riscv64.1
host-arch-s390x
host-arch-s390x.1
host-arch-unknown
host-arch-unknown.1
host-arch-x86_32
host-arch-x86_32.1
host-arch-x86_64
host-arch-x86_64.1
+3
packages/host-arch-arm32/host-arch-arm32.1/opam
···
homepage: "https://opam.ocaml.org"
bug-reports: "https://github.com/ocaml/opam-repository/issues"
conflict-class: "ocaml-host-arch"
+
# Temporary, while these packages are not being installed by the compilers on
+
# non-Windows builds.
+
available: os = "win32" | arch = "arm32"
+3
packages/host-arch-arm64/host-arch-arm64.1/opam
···
homepage: "https://opam.ocaml.org"
bug-reports: "https://github.com/ocaml/opam-repository/issues"
conflict-class: "ocaml-host-arch"
+
# Temporary, while these packages are not being installed by the compilers on
+
# non-Windows builds.
+
available: os = "win32" | arch = "arm64"
+3
packages/host-arch-ppc64/host-arch-ppc64.1/opam
···
homepage: "https://opam.ocaml.org"
bug-reports: "https://github.com/ocaml/opam-repository/issues"
conflict-class: "ocaml-host-arch"
+
# Temporary, while these packages are not being installed by the compilers on
+
# non-Windows builds.
+
available: os = "win32" | arch = "ppc64"
+3
packages/host-arch-riscv64/host-arch-riscv64.1/opam
···
homepage: "https://opam.ocaml.org"
bug-reports: "https://github.com/ocaml/opam-repository/issues"
conflict-class: "ocaml-host-arch"
+
# Temporary, while these packages are not being installed by the compilers on
+
# non-Windows builds.
+
available: os = "win32" | arch = "riscv64"
+3
packages/host-arch-s390x/host-arch-s390x.1/opam
···
homepage: "https://opam.ocaml.org"
bug-reports: "https://github.com/ocaml/opam-repository/issues"
conflict-class: "ocaml-host-arch"
+
# Temporary, while these packages are not being installed by the compilers on
+
# non-Windows builds.
+
available: os = "win32" | arch = "s390x"
+3
packages/host-arch-unknown/host-arch-unknown.1/opam
···
homepage: "https://opam.ocaml.org"
bug-reports: "https://github.com/ocaml/opam-repository/issues"
conflict-class: "ocaml-host-arch"
+
# Temporary, while these packages are not being installed by the compilers on
+
# non-Windows builds.
+
available: arch != "arm32" & arch != "arm64" & arch != "ppc64" & arch != "riscv64" & arch != "s390x" & arch != "x86_32" & arch != "x86_64"
+3
packages/host-arch-x86_32/host-arch-x86_32.1/opam
···
homepage: "https://opam.ocaml.org"
bug-reports: "https://github.com/ocaml/opam-repository/issues"
conflict-class: "ocaml-host-arch"
+
# Temporary, while these packages are not being installed by the compilers on
+
# non-Windows builds.
+
available: os = "win32" | arch = "x86_32"
+3
packages/host-arch-x86_64/host-arch-x86_64.1/opam
···
homepage: "https://opam.ocaml.org"
bug-reports: "https://github.com/ocaml/opam-repository/issues"
conflict-class: "ocaml-host-arch"
+
# Temporary, while these packages are not being installed by the compilers on
+
# non-Windows builds.
+
available: os = "win32" | arch = "x86_64"