this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

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.

authored by

David Allsopp and committed by
Raphaël Proust
e6ac5b41 4bdc5449

+24
+3
packages/host-arch-arm32/host-arch-arm32.1/opam
··· 14 14 homepage: "https://opam.ocaml.org" 15 15 bug-reports: "https://github.com/ocaml/opam-repository/issues" 16 16 conflict-class: "ocaml-host-arch" 17 + # Temporary, while these packages are not being installed by the compilers on 18 + # non-Windows builds. 19 + available: os = "win32" | arch = "arm32"
+3
packages/host-arch-arm64/host-arch-arm64.1/opam
··· 14 14 homepage: "https://opam.ocaml.org" 15 15 bug-reports: "https://github.com/ocaml/opam-repository/issues" 16 16 conflict-class: "ocaml-host-arch" 17 + # Temporary, while these packages are not being installed by the compilers on 18 + # non-Windows builds. 19 + available: os = "win32" | arch = "arm64"
+3
packages/host-arch-ppc64/host-arch-ppc64.1/opam
··· 15 15 homepage: "https://opam.ocaml.org" 16 16 bug-reports: "https://github.com/ocaml/opam-repository/issues" 17 17 conflict-class: "ocaml-host-arch" 18 + # Temporary, while these packages are not being installed by the compilers on 19 + # non-Windows builds. 20 + available: os = "win32" | arch = "ppc64"
+3
packages/host-arch-riscv64/host-arch-riscv64.1/opam
··· 14 14 homepage: "https://opam.ocaml.org" 15 15 bug-reports: "https://github.com/ocaml/opam-repository/issues" 16 16 conflict-class: "ocaml-host-arch" 17 + # Temporary, while these packages are not being installed by the compilers on 18 + # non-Windows builds. 19 + available: os = "win32" | arch = "riscv64"
+3
packages/host-arch-s390x/host-arch-s390x.1/opam
··· 15 15 homepage: "https://opam.ocaml.org" 16 16 bug-reports: "https://github.com/ocaml/opam-repository/issues" 17 17 conflict-class: "ocaml-host-arch" 18 + # Temporary, while these packages are not being installed by the compilers on 19 + # non-Windows builds. 20 + available: os = "win32" | arch = "s390x"
+3
packages/host-arch-unknown/host-arch-unknown.1/opam
··· 14 14 homepage: "https://opam.ocaml.org" 15 15 bug-reports: "https://github.com/ocaml/opam-repository/issues" 16 16 conflict-class: "ocaml-host-arch" 17 + # Temporary, while these packages are not being installed by the compilers on 18 + # non-Windows builds. 19 + 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
··· 15 15 homepage: "https://opam.ocaml.org" 16 16 bug-reports: "https://github.com/ocaml/opam-repository/issues" 17 17 conflict-class: "ocaml-host-arch" 18 + # Temporary, while these packages are not being installed by the compilers on 19 + # non-Windows builds. 20 + available: os = "win32" | arch = "x86_32"
+3
packages/host-arch-x86_64/host-arch-x86_64.1/opam
··· 15 15 homepage: "https://opam.ocaml.org" 16 16 bug-reports: "https://github.com/ocaml/opam-repository/issues" 17 17 conflict-class: "ocaml-host-arch" 18 + # Temporary, while these packages are not being installed by the compilers on 19 + # non-Windows builds. 20 + available: os = "win32" | arch = "x86_64"