this repo has no description
0
fork

Configure Feed

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

Don't install host-arch for non-Windows

ocaml-base-compiler and the +options versions only installing a
host-arch-* package on Windows to limit damage to inadequate locking
mechanisms.

authored by

David Allsopp and committed by
Raphaël Proust
4bdc5449 83221ae4

-405
-15
packages/ocaml-base-compiler/ocaml-base-compiler.4.13.0/opam
··· 18 18 "base-bigarray" {post} 19 19 "base-threads" {post} 20 20 21 - # Architecture (non-Windows) 22 - # opam-repository at present requires that ocaml-base-compiler is installed 23 - # using an architecture which matches the machine's, since arch is used in 24 - # available fields. Cross-compilation at this stage is an unstable accident. 25 - "host-arch-arm32" {arch = "arm32" & post} 26 - "host-arch-arm64" {arch = "arm64" & post} 27 - "host-arch-ppc64" {arch = "ppc64" & post} 28 - "host-arch-riscv64" {arch = "riscv64" & post} 29 - "host-arch-s390x" {arch = "s390x" & post} 30 - # The Windows ports explicitly select the architecture (see below) this 31 - # facility is not yet available for other platforms. 32 - "host-arch-x86_32" {os != "win32" & arch = "x86_32" & post} 33 - "host-arch-x86_64" {os != "win32" & arch = "x86_64" & post} 34 - "host-arch-unknown" {os != "win32" & arch != "arm32" & arch != "arm64" & arch != "ppc64" & arch != "riscv64" & arch != "s390x" & arch != "x86_32" & arch != "x86_64" & post} 35 - 36 21 # Port selection (Windows) 37 22 # amd64 mingw-w64 / MSVC 38 23 (("arch-x86_64" {os = "win32" & arch = "x86_64"} &
-15
packages/ocaml-base-compiler/ocaml-base-compiler.4.13.1/opam
··· 18 18 "base-bigarray" {post} 19 19 "base-threads" {post} 20 20 21 - # Architecture (non-Windows) 22 - # opam-repository at present requires that ocaml-base-compiler is installed 23 - # using an architecture which matches the machine's, since arch is used in 24 - # available fields. Cross-compilation at this stage is an unstable accident. 25 - "host-arch-arm32" {arch = "arm32" & post} 26 - "host-arch-arm64" {arch = "arm64" & post} 27 - "host-arch-ppc64" {arch = "ppc64" & post} 28 - "host-arch-riscv64" {arch = "riscv64" & post} 29 - "host-arch-s390x" {arch = "s390x" & post} 30 - # The Windows ports explicitly select the architecture (see below) this 31 - # facility is not yet available for other platforms. 32 - "host-arch-x86_32" {os != "win32" & arch = "x86_32" & post} 33 - "host-arch-x86_64" {os != "win32" & arch = "x86_64" & post} 34 - "host-arch-unknown" {os != "win32" & arch != "arm32" & arch != "arm64" & arch != "ppc64" & arch != "riscv64" & arch != "s390x" & arch != "x86_32" & arch != "x86_64" & post} 35 - 36 21 # Port selection (Windows) 37 22 # amd64 mingw-w64 / MSVC 38 23 (("arch-x86_64" {os = "win32" & arch = "x86_64"} &
-15
packages/ocaml-base-compiler/ocaml-base-compiler.4.14.0/opam
··· 18 18 "base-bigarray" {post} 19 19 "base-threads" {post} 20 20 21 - # Architecture (non-Windows) 22 - # opam-repository at present requires that ocaml-base-compiler is installed 23 - # using an architecture which matches the machine's, since arch is used in 24 - # available fields. Cross-compilation at this stage is an unstable accident. 25 - "host-arch-arm32" {arch = "arm32" & post} 26 - "host-arch-arm64" {arch = "arm64" & post} 27 - "host-arch-ppc64" {arch = "ppc64" & post} 28 - "host-arch-riscv64" {arch = "riscv64" & post} 29 - "host-arch-s390x" {arch = "s390x" & post} 30 - # The Windows ports explicitly select the architecture (see below) this 31 - # facility is not yet available for other platforms. 32 - "host-arch-x86_32" {os != "win32" & arch = "x86_32" & post} 33 - "host-arch-x86_64" {os != "win32" & arch = "x86_64" & post} 34 - "host-arch-unknown" {os != "win32" & arch != "arm32" & arch != "arm64" & arch != "ppc64" & arch != "riscv64" & arch != "s390x" & arch != "x86_32" & arch != "x86_64" & post} 35 - 36 21 # Port selection (Windows) 37 22 # amd64 mingw-w64 / MSVC 38 23 (("arch-x86_64" {os = "win32" & arch = "x86_64"} &
-15
packages/ocaml-base-compiler/ocaml-base-compiler.4.14.1/opam
··· 18 18 "base-bigarray" {post} 19 19 "base-threads" {post} 20 20 21 - # Architecture (non-Windows) 22 - # opam-repository at present requires that ocaml-base-compiler is installed 23 - # using an architecture which matches the machine's, since arch is used in 24 - # available fields. Cross-compilation at this stage is an unstable accident. 25 - "host-arch-arm32" {arch = "arm32" & post} 26 - "host-arch-arm64" {arch = "arm64" & post} 27 - "host-arch-ppc64" {arch = "ppc64" & post} 28 - "host-arch-riscv64" {arch = "riscv64" & post} 29 - "host-arch-s390x" {arch = "s390x" & post} 30 - # The Windows ports explicitly select the architecture (see below) this 31 - # facility is not yet available for other platforms. 32 - "host-arch-x86_32" {os != "win32" & arch = "x86_32" & post} 33 - "host-arch-x86_64" {os != "win32" & arch = "x86_64" & post} 34 - "host-arch-unknown" {os != "win32" & arch != "arm32" & arch != "arm64" & arch != "ppc64" & arch != "riscv64" & arch != "s390x" & arch != "x86_32" & arch != "x86_64" & post} 35 - 36 21 # Port selection (Windows) 37 22 # amd64 mingw-w64 / MSVC 38 23 (("arch-x86_64" {os = "win32" & arch = "x86_64"} &
-15
packages/ocaml-base-compiler/ocaml-base-compiler.4.14.2/opam
··· 18 18 "base-bigarray" {post} 19 19 "base-threads" {post} 20 20 21 - # Architecture (non-Windows) 22 - # opam-repository at present requires that ocaml-base-compiler is installed 23 - # using an architecture which matches the machine's, since arch is used in 24 - # available fields. Cross-compilation at this stage is an unstable accident. 25 - "host-arch-arm32" {arch = "arm32" & post} 26 - "host-arch-arm64" {arch = "arm64" & post} 27 - "host-arch-ppc64" {arch = "ppc64" & post} 28 - "host-arch-riscv64" {arch = "riscv64" & post} 29 - "host-arch-s390x" {arch = "s390x" & post} 30 - # The Windows ports explicitly select the architecture (see below) this 31 - # facility is not yet available for other platforms. 32 - "host-arch-x86_32" {os != "win32" & arch = "x86_32" & post} 33 - "host-arch-x86_64" {os != "win32" & arch = "x86_64" & post} 34 - "host-arch-unknown" {os != "win32" & arch != "arm32" & arch != "arm64" & arch != "ppc64" & arch != "riscv64" & arch != "s390x" & arch != "x86_32" & arch != "x86_64" & post} 35 - 36 21 # Port selection (Windows) 37 22 # amd64 mingw-w64 / MSVC 38 23 (("arch-x86_64" {os = "win32" & arch = "x86_64"} &
-15
packages/ocaml-base-compiler/ocaml-base-compiler.5.0.0/opam
··· 20 20 "base-domains" {post} 21 21 "base-nnp" {post} 22 22 23 - # Architecture (non-Windows) 24 - # opam-repository at present requires that ocaml-base-compiler is installed 25 - # using an architecture which matches the machine's, since arch is used in 26 - # available fields. Cross-compilation at this stage is an unstable accident. 27 - "host-arch-arm32" {arch = "arm32" & post} 28 - "host-arch-arm64" {arch = "arm64" & post} 29 - "host-arch-ppc64" {arch = "ppc64" & post} 30 - "host-arch-riscv64" {arch = "riscv64" & post} 31 - "host-arch-s390x" {arch = "s390x" & post} 32 - # The Windows ports explicitly select the architecture (see below) this 33 - # facility is not yet available for other platforms. 34 - "host-arch-x86_32" {os != "win32" & arch = "x86_32" & post} 35 - "host-arch-x86_64" {os != "win32" & arch = "x86_64" & post} 36 - "host-arch-unknown" {os != "win32" & arch != "arm32" & arch != "arm64" & arch != "ppc64" & arch != "riscv64" & arch != "s390x" & arch != "x86_32" & arch != "x86_64" & post} 37 - 38 23 # Port selection (Windows) 39 24 # amd64 mingw-w64 only 40 25 (("arch-x86_64" {os = "win32" & arch = "x86_64"} &
-15
packages/ocaml-base-compiler/ocaml-base-compiler.5.1.0/opam
··· 20 20 "base-domains" {post} 21 21 "base-nnp" {post} 22 22 23 - # Architecture (non-Windows) 24 - # opam-repository at present requires that ocaml-base-compiler is installed 25 - # using an architecture which matches the machine's, since arch is used in 26 - # available fields. Cross-compilation at this stage is an unstable accident. 27 - "host-arch-arm32" {arch = "arm32" & post} 28 - "host-arch-arm64" {arch = "arm64" & post} 29 - "host-arch-ppc64" {arch = "ppc64" & post} 30 - "host-arch-riscv64" {arch = "riscv64" & post} 31 - "host-arch-s390x" {arch = "s390x" & post} 32 - # The Windows ports explicitly select the architecture (see below) this 33 - # facility is not yet available for other platforms. 34 - "host-arch-x86_32" {os != "win32" & arch = "x86_32" & post} 35 - "host-arch-x86_64" {os != "win32" & arch = "x86_64" & post} 36 - "host-arch-unknown" {os != "win32" & arch != "arm32" & arch != "arm64" & arch != "ppc64" & arch != "riscv64" & arch != "s390x" & arch != "x86_32" & arch != "x86_64" & post} 37 - 38 23 # Port selection (Windows) 39 24 # amd64 mingw-w64 only 40 25 (("arch-x86_64" {os = "win32" & arch = "x86_64"} &
-15
packages/ocaml-base-compiler/ocaml-base-compiler.5.1.1/opam
··· 20 20 "base-domains" {post} 21 21 "base-nnp" {post} 22 22 23 - # Architecture (non-Windows) 24 - # opam-repository at present requires that ocaml-base-compiler is installed 25 - # using an architecture which matches the machine's, since arch is used in 26 - # available fields. Cross-compilation at this stage is an unstable accident. 27 - "host-arch-arm32" {arch = "arm32" & post} 28 - "host-arch-arm64" {arch = "arm64" & post} 29 - "host-arch-ppc64" {arch = "ppc64" & post} 30 - "host-arch-riscv64" {arch = "riscv64" & post} 31 - "host-arch-s390x" {arch = "s390x" & post} 32 - # The Windows ports explicitly select the architecture (see below) this 33 - # facility is not yet available for other platforms. 34 - "host-arch-x86_32" {os != "win32" & arch = "x86_32" & post} 35 - "host-arch-x86_64" {os != "win32" & arch = "x86_64" & post} 36 - "host-arch-unknown" {os != "win32" & arch != "arm32" & arch != "arm64" & arch != "ppc64" & arch != "riscv64" & arch != "s390x" & arch != "x86_32" & arch != "x86_64" & post} 37 - 38 23 # Port selection (Windows) 39 24 # amd64 mingw-w64 only 40 25 (("arch-x86_64" {os = "win32" & arch = "x86_64"} &
-15
packages/ocaml-base-compiler/ocaml-base-compiler.5.2.0/opam
··· 20 20 "base-domains" {post} 21 21 "base-nnp" {post} 22 22 23 - # Architecture (non-Windows) 24 - # opam-repository at present requires that ocaml-base-compiler is installed 25 - # using an architecture which matches the machine's, since arch is used in 26 - # available fields. Cross-compilation at this stage is an unstable accident. 27 - "host-arch-arm32" {arch = "arm32" & post} 28 - "host-arch-arm64" {arch = "arm64" & post} 29 - "host-arch-ppc64" {arch = "ppc64" & post} 30 - "host-arch-riscv64" {arch = "riscv64" & post} 31 - "host-arch-s390x" {arch = "s390x" & post} 32 - # The Windows ports explicitly select the architecture (see below) this 33 - # facility is not yet available for other platforms. 34 - "host-arch-x86_32" {os != "win32" & arch = "x86_32" & post} 35 - "host-arch-x86_64" {os != "win32" & arch = "x86_64" & post} 36 - "host-arch-unknown" {os != "win32" & arch != "arm32" & arch != "arm64" & arch != "ppc64" & arch != "riscv64" & arch != "s390x" & arch != "x86_32" & arch != "x86_64" & post} 37 - 38 23 # Port selection (Windows) 39 24 # amd64 mingw-w64 only 40 25 (("arch-x86_64" {os = "win32" & arch = "x86_64"} &
-15
packages/ocaml-base-compiler/ocaml-base-compiler.5.2.1/opam
··· 20 20 "base-domains" {post} 21 21 "base-nnp" {post} 22 22 23 - # Architecture (non-Windows) 24 - # opam-repository at present requires that ocaml-base-compiler is installed 25 - # using an architecture which matches the machine's, since arch is used in 26 - # available fields. Cross-compilation at this stage is an unstable accident. 27 - "host-arch-arm32" {arch = "arm32" & post} 28 - "host-arch-arm64" {arch = "arm64" & post} 29 - "host-arch-ppc64" {arch = "ppc64" & post} 30 - "host-arch-riscv64" {arch = "riscv64" & post} 31 - "host-arch-s390x" {arch = "s390x" & post} 32 - # The Windows ports explicitly select the architecture (see below) this 33 - # facility is not yet available for other platforms. 34 - "host-arch-x86_32" {os != "win32" & arch = "x86_32" & post} 35 - "host-arch-x86_64" {os != "win32" & arch = "x86_64" & post} 36 - "host-arch-unknown" {os != "win32" & arch != "arm32" & arch != "arm64" & arch != "ppc64" & arch != "riscv64" & arch != "s390x" & arch != "x86_32" & arch != "x86_64" & post} 37 - 38 23 # Port selection (Windows) 39 24 # amd64 mingw-w64 only 40 25 (("arch-x86_64" {os = "win32" & arch = "x86_64"} &
-16
packages/ocaml-compiler/ocaml-compiler.5.3.0~alpha1/opam
··· 31 31 32 32 "ocaml-beta" {opam-version < "2.1.0"} 33 33 34 - # Architecture (non-Windows) 35 - # opam-repository at present requires that ocaml-base-compiler is installed 36 - # using an architecture which matches the machine's, since arch is used in 37 - # available fields. Cross-compilation at this stage is an unstable accident. 38 - "host-arch-arm32" {arch = "arm32" & post} 39 - "host-arch-arm64" {arch = "arm64" & post} 40 - "host-arch-ppc64" {arch = "ppc64" & post} 41 - "host-arch-riscv64" {arch = "riscv64" & post} 42 - "host-arch-s390x" {arch = "s390x" & post} 43 - # The Windows ports explicitly select the architecture (see below) this 44 - # facility is not yet available for other platforms. 45 - "host-arch-x86_32" {os != "win32" & arch = "x86_32" & post} 46 - ("host-arch-x86_64" {os != "win32" & arch = "x86_64" & post} | 47 - ("host-arch-x86_32" {os != "win32" & arch = "x86_64" & post} & "ocaml-option-32bit" {os != "win32" & arch = "x86_64"})) 48 - "host-arch-unknown" {os != "win32" & arch != "arm32" & arch != "arm64" & arch != "ppc64" & arch != "riscv64" & arch != "s390x" & arch != "x86_32" & arch != "x86_64" & post} 49 - 50 34 # Port selection (Windows) 51 35 # amd64 mingw-w64 / MSVC 52 36 (("arch-x86_64" {os = "win32" & arch = "x86_64"} &
-16
packages/ocaml-compiler/ocaml-compiler.5.3.0~beta1/opam
··· 31 31 32 32 "ocaml-beta" {opam-version < "2.1.0"} 33 33 34 - # Architecture (non-Windows) 35 - # opam-repository at present requires that ocaml-base-compiler is installed 36 - # using an architecture which matches the machine's, since arch is used in 37 - # available fields. Cross-compilation at this stage is an unstable accident. 38 - "host-arch-arm32" {arch = "arm32" & post} 39 - "host-arch-arm64" {arch = "arm64" & post} 40 - "host-arch-ppc64" {arch = "ppc64" & post} 41 - "host-arch-riscv64" {arch = "riscv64" & post} 42 - "host-arch-s390x" {arch = "s390x" & post} 43 - # The Windows ports explicitly select the architecture (see below) this 44 - # facility is not yet available for other platforms. 45 - "host-arch-x86_32" {os != "win32" & arch = "x86_32" & post} 46 - ("host-arch-x86_64" {os != "win32" & arch = "x86_64" & post} | 47 - ("host-arch-x86_32" {os != "win32" & arch = "x86_64" & post} & "ocaml-option-32bit" {os != "win32" & arch = "x86_64"})) 48 - "host-arch-unknown" {os != "win32" & arch != "arm32" & arch != "arm64" & arch != "ppc64" & arch != "riscv64" & arch != "s390x" & arch != "x86_32" & arch != "x86_64" & post} 49 - 50 34 # Port selection (Windows) 51 35 # amd64 mingw-w64 / MSVC 52 36 (("arch-x86_64" {os = "win32" & arch = "x86_64"} &
-16
packages/ocaml-compiler/ocaml-compiler.5.3.0~beta2/opam
··· 31 31 32 32 "ocaml-beta" {opam-version < "2.1.0"} 33 33 34 - # Architecture (non-Windows) 35 - # opam-repository at present requires that ocaml-base-compiler is installed 36 - # using an architecture which matches the machine's, since arch is used in 37 - # available fields. Cross-compilation at this stage is an unstable accident. 38 - "host-arch-arm32" {arch = "arm32" & post} 39 - "host-arch-arm64" {arch = "arm64" & post} 40 - "host-arch-ppc64" {arch = "ppc64" & post} 41 - "host-arch-riscv64" {arch = "riscv64" & post} 42 - "host-arch-s390x" {arch = "s390x" & post} 43 - # The Windows ports explicitly select the architecture (see below) this 44 - # facility is not yet available for other platforms. 45 - "host-arch-x86_32" {os != "win32" & arch = "x86_32" & post} 46 - ("host-arch-x86_64" {os != "win32" & arch = "x86_64" & post} | 47 - ("host-arch-x86_32" {os != "win32" & arch = "x86_64" & post} & "ocaml-option-32bit" {os != "win32" & arch = "x86_64"})) 48 - "host-arch-unknown" {os != "win32" & arch != "arm32" & arch != "arm64" & arch != "ppc64" & arch != "riscv64" & arch != "s390x" & arch != "x86_32" & arch != "x86_64" & post} 49 - 50 34 # Port selection (Windows) 51 35 # amd64 mingw-w64 / MSVC 52 36 (("arch-x86_64" {os = "win32" & arch = "x86_64"} &
-15
packages/ocaml-secondary-compiler/ocaml-secondary-compiler.4.14.2/opam
··· 7 7 bug-reports: "https://github.com/ocaml/opam-repository/issues" 8 8 dev-repo: "git+https://github.com/ocaml/ocaml#4.14" 9 9 depends: [ 10 - # Architecture (non-Windows) 11 - # opam-repository at present requires that ocaml-base-compiler is installed 12 - # using an architecture which matches the machine's, since arch is used in 13 - # available fields. Cross-compilation at this stage is an unstable accident. 14 - "host-arch-arm32" {arch = "arm32" & post} 15 - "host-arch-arm64" {arch = "arm64" & post} 16 - "host-arch-ppc64" {arch = "ppc64" & post} 17 - "host-arch-riscv64" {arch = "riscv64" & post} 18 - "host-arch-s390x" {arch = "s390x" & post} 19 - # The Windows ports explicitly select the architecture (see below) this 20 - # facility is not yet available for other platforms. 21 - "host-arch-x86_32" {os != "win32" & arch = "x86_32" & post} 22 - "host-arch-x86_64" {os != "win32" & arch = "x86_64" & post} 23 - "host-arch-unknown" {os != "win32" & arch != "arm32" & arch != "arm64" & arch != "ppc64" & arch != "riscv64" & arch != "s390x" & arch != "x86_32" & arch != "x86_64" & post} 24 - 25 10 # Port selection (Windows) 26 11 # amd64 mingw-w64 / MSVC 27 12 (("arch-x86_64" {os = "win32" & arch = "x86_64"} &
-16
packages/ocaml-variants/ocaml-variants.4.13.0+options/opam
··· 18 18 "base-bigarray" {post} 19 19 "base-threads" {post} 20 20 21 - # Architecture (non-Windows) 22 - # opam-repository at present requires that ocaml-base-compiler is installed 23 - # using an architecture which matches the machine's, since arch is used in 24 - # available fields. Cross-compilation at this stage is an unstable accident. 25 - "host-arch-arm32" {arch = "arm32" & post} 26 - "host-arch-arm64" {arch = "arm64" & post} 27 - "host-arch-ppc64" {arch = "ppc64" & post} 28 - "host-arch-riscv64" {arch = "riscv64" & post} 29 - "host-arch-s390x" {arch = "s390x" & post} 30 - # The Windows ports explicitly select the architecture (see below) this 31 - # facility is not yet available for other platforms. 32 - "host-arch-x86_32" {os != "win32" & arch = "x86_32" & post} 33 - ("host-arch-x86_64" {os != "win32" & arch = "x86_64" & post} | 34 - ("host-arch-x86_32" {os != "win32" & arch = "x86_64" & post} & "ocaml-option-32bit" {os != "win32" & arch = "x86_64"})) 35 - "host-arch-unknown" {os != "win32" & arch != "arm32" & arch != "arm64" & arch != "ppc64" & arch != "riscv64" & arch != "s390x" & arch != "x86_32" & arch != "x86_64" & post} 36 - 37 21 # Port selection (Windows) 38 22 # amd64 mingw-w64 / MSVC 39 23 (("arch-x86_64" {os = "win32" & arch = "x86_64"} &
-16
packages/ocaml-variants/ocaml-variants.4.13.1+options/opam
··· 18 18 "base-bigarray" {post} 19 19 "base-threads" {post} 20 20 21 - # Architecture (non-Windows) 22 - # opam-repository at present requires that ocaml-base-compiler is installed 23 - # using an architecture which matches the machine's, since arch is used in 24 - # available fields. Cross-compilation at this stage is an unstable accident. 25 - "host-arch-arm32" {arch = "arm32" & post} 26 - "host-arch-arm64" {arch = "arm64" & post} 27 - "host-arch-ppc64" {arch = "ppc64" & post} 28 - "host-arch-riscv64" {arch = "riscv64" & post} 29 - "host-arch-s390x" {arch = "s390x" & post} 30 - # The Windows ports explicitly select the architecture (see below) this 31 - # facility is not yet available for other platforms. 32 - "host-arch-x86_32" {os != "win32" & arch = "x86_32" & post} 33 - ("host-arch-x86_64" {os != "win32" & arch = "x86_64" & post} | 34 - ("host-arch-x86_32" {os != "win32" & arch = "x86_64" & post} & "ocaml-option-32bit" {os != "win32" & arch = "x86_64"})) 35 - "host-arch-unknown" {os != "win32" & arch != "arm32" & arch != "arm64" & arch != "ppc64" & arch != "riscv64" & arch != "s390x" & arch != "x86_32" & arch != "x86_64" & post} 36 - 37 21 # Port selection (Windows) 38 22 # amd64 mingw-w64 / MSVC 39 23 (("arch-x86_64" {os = "win32" & arch = "x86_64"} &
-16
packages/ocaml-variants/ocaml-variants.4.14.0+options/opam
··· 18 18 "base-bigarray" {post} 19 19 "base-threads" {post} 20 20 21 - # Architecture (non-Windows) 22 - # opam-repository at present requires that ocaml-base-compiler is installed 23 - # using an architecture which matches the machine's, since arch is used in 24 - # available fields. Cross-compilation at this stage is an unstable accident. 25 - "host-arch-arm32" {arch = "arm32" & post} 26 - "host-arch-arm64" {arch = "arm64" & post} 27 - "host-arch-ppc64" {arch = "ppc64" & post} 28 - "host-arch-riscv64" {arch = "riscv64" & post} 29 - "host-arch-s390x" {arch = "s390x" & post} 30 - # The Windows ports explicitly select the architecture (see below) this 31 - # facility is not yet available for other platforms. 32 - "host-arch-x86_32" {os != "win32" & arch = "x86_32" & post} 33 - ("host-arch-x86_64" {os != "win32" & arch = "x86_64" & post} | 34 - ("host-arch-x86_32" {os != "win32" & arch = "x86_64" & post} & "ocaml-option-32bit" {os != "win32" & arch = "x86_64"})) 35 - "host-arch-unknown" {os != "win32" & arch != "arm32" & arch != "arm64" & arch != "ppc64" & arch != "riscv64" & arch != "s390x" & arch != "x86_32" & arch != "x86_64" & post} 36 - 37 21 # Port selection (Windows) 38 22 # amd64 mingw-w64 / MSVC 39 23 (("arch-x86_64" {os = "win32" & arch = "x86_64"} &
-16
packages/ocaml-variants/ocaml-variants.4.14.1+options/opam
··· 18 18 "base-bigarray" {post} 19 19 "base-threads" {post} 20 20 21 - # Architecture (non-Windows) 22 - # opam-repository at present requires that ocaml-base-compiler is installed 23 - # using an architecture which matches the machine's, since arch is used in 24 - # available fields. Cross-compilation at this stage is an unstable accident. 25 - "host-arch-arm32" {arch = "arm32" & post} 26 - "host-arch-arm64" {arch = "arm64" & post} 27 - "host-arch-ppc64" {arch = "ppc64" & post} 28 - "host-arch-riscv64" {arch = "riscv64" & post} 29 - "host-arch-s390x" {arch = "s390x" & post} 30 - # The Windows ports explicitly select the architecture (see below) this 31 - # facility is not yet available for other platforms. 32 - "host-arch-x86_32" {os != "win32" & arch = "x86_32" & post} 33 - ("host-arch-x86_64" {os != "win32" & arch = "x86_64" & post} | 34 - ("host-arch-x86_32" {os != "win32" & arch = "x86_64" & post} & "ocaml-option-32bit" {os != "win32" & arch = "x86_64"})) 35 - "host-arch-unknown" {os != "win32" & arch != "arm32" & arch != "arm64" & arch != "ppc64" & arch != "riscv64" & arch != "s390x" & arch != "x86_32" & arch != "x86_64" & post} 36 - 37 21 # Port selection (Windows) 38 22 # amd64 mingw-w64 / MSVC 39 23 (("arch-x86_64" {os = "win32" & arch = "x86_64"} &
-16
packages/ocaml-variants/ocaml-variants.4.14.2+options/opam
··· 18 18 "base-bigarray" {post} 19 19 "base-threads" {post} 20 20 21 - # Architecture (non-Windows) 22 - # opam-repository at present requires that ocaml-base-compiler is installed 23 - # using an architecture which matches the machine's, since arch is used in 24 - # available fields. Cross-compilation at this stage is an unstable accident. 25 - "host-arch-arm32" {arch = "arm32" & post} 26 - "host-arch-arm64" {arch = "arm64" & post} 27 - "host-arch-ppc64" {arch = "ppc64" & post} 28 - "host-arch-riscv64" {arch = "riscv64" & post} 29 - "host-arch-s390x" {arch = "s390x" & post} 30 - # The Windows ports explicitly select the architecture (see below) this 31 - # facility is not yet available for other platforms. 32 - "host-arch-x86_32" {os != "win32" & arch = "x86_32" & post} 33 - ("host-arch-x86_64" {os != "win32" & arch = "x86_64" & post} | 34 - ("host-arch-x86_32" {os != "win32" & arch = "x86_64" & post} & "ocaml-option-32bit" {os != "win32" & arch = "x86_64"})) 35 - "host-arch-unknown" {os != "win32" & arch != "arm32" & arch != "arm64" & arch != "ppc64" & arch != "riscv64" & arch != "s390x" & arch != "x86_32" & arch != "x86_64" & post} 36 - 37 21 # Port selection (Windows) 38 22 # amd64 mingw-w64 / MSVC 39 23 (("arch-x86_64" {os = "win32" & arch = "x86_64"} &
-16
packages/ocaml-variants/ocaml-variants.5.0.0+options/opam
··· 27 27 "base-domains" {post} 28 28 "base-nnp" {post} 29 29 30 - # Architecture (non-Windows) 31 - # opam-repository at present requires that ocaml-base-compiler is installed 32 - # using an architecture which matches the machine's, since arch is used in 33 - # available fields. Cross-compilation at this stage is an unstable accident. 34 - "host-arch-arm32" {arch = "arm32" & post} 35 - "host-arch-arm64" {arch = "arm64" & post} 36 - "host-arch-ppc64" {arch = "ppc64" & post} 37 - "host-arch-riscv64" {arch = "riscv64" & post} 38 - "host-arch-s390x" {arch = "s390x" & post} 39 - # The Windows ports explicitly select the architecture (see below) this 40 - # facility is not yet available for other platforms. 41 - "host-arch-x86_32" {os != "win32" & arch = "x86_32" & post} 42 - ("host-arch-x86_64" {os != "win32" & arch = "x86_64" & post} | 43 - ("host-arch-x86_32" {os != "win32" & arch = "x86_64" & post} & "ocaml-option-32bit" {os != "win32" & arch = "x86_64"})) 44 - "host-arch-unknown" {os != "win32" & arch != "arm32" & arch != "arm64" & arch != "ppc64" & arch != "riscv64" & arch != "s390x" & arch != "x86_32" & arch != "x86_64" & post} 45 - 46 30 # Port selection (Windows) 47 31 # amd64 mingw-w64 only 48 32 (("arch-x86_64" {os = "win32" & arch = "x86_64"} &
-16
packages/ocaml-variants/ocaml-variants.5.1.0+options/opam
··· 27 27 "base-domains" {post} 28 28 "base-nnp" {post} 29 29 30 - # Architecture (non-Windows) 31 - # opam-repository at present requires that ocaml-base-compiler is installed 32 - # using an architecture which matches the machine's, since arch is used in 33 - # available fields. Cross-compilation at this stage is an unstable accident. 34 - "host-arch-arm32" {arch = "arm32" & post} 35 - "host-arch-arm64" {arch = "arm64" & post} 36 - "host-arch-ppc64" {arch = "ppc64" & post} 37 - "host-arch-riscv64" {arch = "riscv64" & post} 38 - "host-arch-s390x" {arch = "s390x" & post} 39 - # The Windows ports explicitly select the architecture (see below) this 40 - # facility is not yet available for other platforms. 41 - "host-arch-x86_32" {os != "win32" & arch = "x86_32" & post} 42 - ("host-arch-x86_64" {os != "win32" & arch = "x86_64" & post} | 43 - ("host-arch-x86_32" {os != "win32" & arch = "x86_64" & post} & "ocaml-option-32bit" {os != "win32" & arch = "x86_64"})) 44 - "host-arch-unknown" {os != "win32" & arch != "arm32" & arch != "arm64" & arch != "ppc64" & arch != "riscv64" & arch != "s390x" & arch != "x86_32" & arch != "x86_64" & post} 45 - 46 30 # Port selection (Windows) 47 31 # amd64 mingw-w64 only 48 32 (("arch-x86_64" {os = "win32" & arch = "x86_64"} &
-16
packages/ocaml-variants/ocaml-variants.5.1.1+effect-syntax/opam
··· 30 30 31 31 "ocaml-beta" {opam-version < "2.1.0"} 32 32 33 - # Architecture (non-Windows) 34 - # opam-repository at present requires that ocaml-base-compiler is installed 35 - # using an architecture which matches the machine's, since arch is used in 36 - # available fields. Cross-compilation at this stage is an unstable accident. 37 - "host-arch-arm32" {arch = "arm32" & post} 38 - "host-arch-arm64" {arch = "arm64" & post} 39 - "host-arch-ppc64" {arch = "ppc64" & post} 40 - "host-arch-riscv64" {arch = "riscv64" & post} 41 - "host-arch-s390x" {arch = "s390x" & post} 42 - # The Windows ports explicitly select the architecture (see below) this 43 - # facility is not yet available for other platforms. 44 - "host-arch-x86_32" {os != "win32" & arch = "x86_32" & post} 45 - ("host-arch-x86_64" {os != "win32" & arch = "x86_64" & post} | 46 - ("host-arch-x86_32" {os != "win32" & arch = "x86_64" & post} & "ocaml-option-32bit" {os != "win32" & arch = "x86_64"})) 47 - "host-arch-unknown" {os != "win32" & arch != "arm32" & arch != "arm64" & arch != "ppc64" & arch != "riscv64" & arch != "s390x" & arch != "x86_32" & arch != "x86_64" & post} 48 - 49 33 # Port selection (Windows) 50 34 # amd64 mingw-w64 only 51 35 (("arch-x86_64" {os = "win32" & arch = "x86_64"} &
-16
packages/ocaml-variants/ocaml-variants.5.1.1+options/opam
··· 27 27 "base-domains" {post} 28 28 "base-nnp" {post} 29 29 30 - # Architecture (non-Windows) 31 - # opam-repository at present requires that ocaml-base-compiler is installed 32 - # using an architecture which matches the machine's, since arch is used in 33 - # available fields. Cross-compilation at this stage is an unstable accident. 34 - "host-arch-arm32" {arch = "arm32" & post} 35 - "host-arch-arm64" {arch = "arm64" & post} 36 - "host-arch-ppc64" {arch = "ppc64" & post} 37 - "host-arch-riscv64" {arch = "riscv64" & post} 38 - "host-arch-s390x" {arch = "s390x" & post} 39 - # The Windows ports explicitly select the architecture (see below) this 40 - # facility is not yet available for other platforms. 41 - "host-arch-x86_32" {os != "win32" & arch = "x86_32" & post} 42 - ("host-arch-x86_64" {os != "win32" & arch = "x86_64" & post} | 43 - ("host-arch-x86_32" {os != "win32" & arch = "x86_64" & post} & "ocaml-option-32bit" {os != "win32" & arch = "x86_64"})) 44 - "host-arch-unknown" {os != "win32" & arch != "arm32" & arch != "arm64" & arch != "ppc64" & arch != "riscv64" & arch != "s390x" & arch != "x86_32" & arch != "x86_64" & post} 45 - 46 30 # Port selection (Windows) 47 31 # amd64 mingw-w64 only 48 32 (("arch-x86_64" {os = "win32" & arch = "x86_64"} &
-16
packages/ocaml-variants/ocaml-variants.5.2.0+options/opam
··· 27 27 "base-domains" {post} 28 28 "base-nnp" {post} 29 29 30 - # Architecture (non-Windows) 31 - # opam-repository at present requires that ocaml-base-compiler is installed 32 - # using an architecture which matches the machine's, since arch is used in 33 - # available fields. Cross-compilation at this stage is an unstable accident. 34 - "host-arch-arm32" {arch = "arm32" & post} 35 - "host-arch-arm64" {arch = "arm64" & post} 36 - "host-arch-ppc64" {arch = "ppc64" & post} 37 - "host-arch-riscv64" {arch = "riscv64" & post} 38 - "host-arch-s390x" {arch = "s390x" & post} 39 - # The Windows ports explicitly select the architecture (see below) this 40 - # facility is not yet available for other platforms. 41 - "host-arch-x86_32" {os != "win32" & arch = "x86_32" & post} 42 - ("host-arch-x86_64" {os != "win32" & arch = "x86_64" & post} | 43 - ("host-arch-x86_32" {os != "win32" & arch = "x86_64" & post} & "ocaml-option-32bit" {os != "win32" & arch = "x86_64"})) 44 - "host-arch-unknown" {os != "win32" & arch != "arm32" & arch != "arm64" & arch != "ppc64" & arch != "riscv64" & arch != "s390x" & arch != "x86_32" & arch != "x86_64" & post} 45 - 46 30 # Port selection (Windows) 47 31 # amd64 mingw-w64 only 48 32 (("arch-x86_64" {os = "win32" & arch = "x86_64"} &
-16
packages/ocaml-variants/ocaml-variants.5.2.0+statmemprof/opam
··· 29 29 30 30 "ocaml-beta" {opam-version < "2.1.0"} 31 31 32 - # Architecture (non-Windows) 33 - # opam-repository at present requires that ocaml-base-compiler is installed 34 - # using an architecture which matches the machine's, since arch is used in 35 - # available fields. Cross-compilation at this stage is an unstable accident. 36 - "host-arch-arm32" {arch = "arm32" & post} 37 - "host-arch-arm64" {arch = "arm64" & post} 38 - "host-arch-ppc64" {arch = "ppc64" & post} 39 - "host-arch-riscv64" {arch = "riscv64" & post} 40 - "host-arch-s390x" {arch = "s390x" & post} 41 - # The Windows ports explicitly select the architecture (see below) this 42 - # facility is not yet available for other platforms. 43 - "host-arch-x86_32" {os != "win32" & arch = "x86_32" & post} 44 - ("host-arch-x86_64" {os != "win32" & arch = "x86_64" & post} | 45 - ("host-arch-x86_32" {os != "win32" & arch = "x86_64" & post} & "ocaml-option-32bit" {os != "win32" & arch = "x86_64"})) 46 - "host-arch-unknown" {os != "win32" & arch != "arm32" & arch != "arm64" & arch != "ppc64" & arch != "riscv64" & arch != "s390x" & arch != "x86_32" & arch != "x86_64" & post} 47 - 48 32 # Port selection (Windows) 49 33 # amd64 mingw-w64 only 50 34 (("arch-x86_64" {os = "win32" & arch = "x86_64"} &
-16
packages/ocaml-variants/ocaml-variants.5.2.1+options/opam
··· 27 27 "base-domains" {post} 28 28 "base-nnp" {post} 29 29 30 - # Architecture (non-Windows) 31 - # opam-repository at present requires that ocaml-base-compiler is installed 32 - # using an architecture which matches the machine's, since arch is used in 33 - # available fields. Cross-compilation at this stage is an unstable accident. 34 - "host-arch-arm32" {arch = "arm32" & post} 35 - "host-arch-arm64" {arch = "arm64" & post} 36 - "host-arch-ppc64" {arch = "ppc64" & post} 37 - "host-arch-riscv64" {arch = "riscv64" & post} 38 - "host-arch-s390x" {arch = "s390x" & post} 39 - # The Windows ports explicitly select the architecture (see below) this 40 - # facility is not yet available for other platforms. 41 - "host-arch-x86_32" {os != "win32" & arch = "x86_32" & post} 42 - ("host-arch-x86_64" {os != "win32" & arch = "x86_64" & post} | 43 - ("host-arch-x86_32" {os != "win32" & arch = "x86_64" & post} & "ocaml-option-32bit" {os != "win32" & arch = "x86_64"})) 44 - "host-arch-unknown" {os != "win32" & arch != "arm32" & arch != "arm64" & arch != "ppc64" & arch != "riscv64" & arch != "s390x" & arch != "x86_32" & arch != "x86_64" & post} 45 - 46 30 # Port selection (Windows) 47 31 # amd64 mingw-w64 only 48 32 (("arch-x86_64" {os = "win32" & arch = "x86_64"} &