this repo has no description
0
fork

Configure Feed

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

For consistency, remove host-system-other

This won't be breaking Unix locking, because it's the same, but for
consistency with making the host-arch-* packages only be installed by
Windows for now, do the same for host-system-*

authored by

David Allsopp and committed by
Raphaël Proust
980c317f e6ac5b41

+81 -52
+1
packages/host-system-mingw/host-system-mingw.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-system" 18 + available: os = "win32"
+1
packages/host-system-msvc/host-system-msvc.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-system" 18 + available: os = "win32"
+1
packages/host-system-other/host-system-other.1/opam
··· 13 13 homepage: "https://opam.ocaml.org" 14 14 bug-reports: "https://github.com/ocaml/opam-repository/issues" 15 15 conflict-class: "ocaml-host-system" 16 + available: os != "win32"
+3 -2
packages/ocaml-base-compiler/ocaml-base-compiler.4.13.0/opam
··· 27 27 ("arch-x86_32" {os = "win32"} & 28 28 (("system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & post}) | 29 29 "system-msvc")) | 30 - # Non-Windows systems 31 - "host-system-other" {os != "win32" & post}) 30 + # Non-Windows systems need to install something to satisfy this formula, so 31 + # repeat the base-unix dependency 32 + "base-unix" {os != "win32" & post}) 32 33 33 34 # OCaml with default configuration (no flambda, TSAN, etc.) 34 35 "ocaml-options-vanilla" {post}
+3 -2
packages/ocaml-base-compiler/ocaml-base-compiler.4.13.1/opam
··· 27 27 ("arch-x86_32" {os = "win32"} & 28 28 (("system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & post}) | 29 29 "system-msvc")) | 30 - # Non-Windows systems 31 - "host-system-other" {os != "win32" & post}) 30 + # Non-Windows systems need to install something to satisfy this formula, so 31 + # repeat the base-unix dependency 32 + "base-unix" {os != "win32" & post}) 32 33 33 34 # OCaml with default configuration (no flambda, TSAN, etc.) 34 35 "ocaml-options-vanilla" {post}
+3 -2
packages/ocaml-base-compiler/ocaml-base-compiler.4.14.0/opam
··· 27 27 ("arch-x86_32" {os = "win32"} & 28 28 (("system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & post}) | 29 29 "system-msvc")) | 30 - # Non-Windows systems 31 - "host-system-other" {os != "win32" & post}) 30 + # Non-Windows systems need to install something to satisfy this formula, so 31 + # repeat the base-unix dependency 32 + "base-unix" {os != "win32" & post}) 32 33 33 34 # OCaml with default configuration (no flambda, TSAN, etc.) 34 35 "ocaml-options-vanilla" {post}
+3 -2
packages/ocaml-base-compiler/ocaml-base-compiler.4.14.1/opam
··· 27 27 ("arch-x86_32" {os = "win32"} & 28 28 (("system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & post}) | 29 29 "system-msvc")) | 30 - # Non-Windows systems 31 - "host-system-other" {os != "win32" & post}) 30 + # Non-Windows systems need to install something to satisfy this formula, so 31 + # repeat the base-unix dependency 32 + "base-unix" {os != "win32" & post}) 32 33 33 34 # OCaml with default configuration (no flambda, TSAN, etc.) 34 35 "ocaml-options-vanilla" {post}
+3 -2
packages/ocaml-base-compiler/ocaml-base-compiler.4.14.2/opam
··· 27 27 ("arch-x86_32" {os = "win32"} & 28 28 (("system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & post}) | 29 29 "system-msvc")) | 30 - # Non-Windows systems 31 - "host-system-other" {os != "win32" & post}) 30 + # Non-Windows systems need to install something to satisfy this formula, so 31 + # repeat the base-unix dependency 32 + "base-unix" {os != "win32" & post}) 32 33 33 34 # OCaml with default configuration (no flambda, TSAN, etc.) 34 35 "ocaml-options-vanilla" {post}
+3 -2
packages/ocaml-base-compiler/ocaml-base-compiler.5.0.0/opam
··· 27 27 # i686 mingw-w64 only 28 28 ("arch-x86_32" {os = "win32"} & "ocaml-option-bytecode-only" & 29 29 "system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & post}) | 30 - # Non-Windows systems 31 - "host-system-other" {os != "win32" & post}) 30 + # Non-Windows systems need to install something to satisfy this formula, so 31 + # repeat the base-unix dependency 32 + "base-unix" {os != "win32" & post}) 32 33 33 34 # OCaml with default configuration (no flambda, TSAN, etc.) 34 35 "ocaml-options-vanilla" {post}
+3 -2
packages/ocaml-base-compiler/ocaml-base-compiler.5.1.0/opam
··· 27 27 # i686 mingw-w64 only 28 28 ("arch-x86_32" {os = "win32"} & "ocaml-option-bytecode-only" & 29 29 "system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & build}) | 30 - # Non-Windows systems 31 - "host-system-other" {os != "win32" & post}) 30 + # Non-Windows systems need to install something to satisfy this formula, so 31 + # repeat the base-unix dependency 32 + "base-unix" {os != "win32" & post}) 32 33 33 34 # OCaml with default configuration (no flambda, TSAN, etc.) 34 35 "ocaml-options-vanilla" {post}
+3 -2
packages/ocaml-base-compiler/ocaml-base-compiler.5.1.1/opam
··· 27 27 # i686 mingw-w64 only 28 28 ("arch-x86_32" {os = "win32"} & "ocaml-option-bytecode-only" & 29 29 "system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & build}) | 30 - # Non-Windows systems 31 - "host-system-other" {os != "win32" & post}) 30 + # Non-Windows systems need to install something to satisfy this formula, so 31 + # repeat the base-unix dependency 32 + "base-unix" {os != "win32" & post}) 32 33 33 34 # OCaml with default configuration (no flambda, TSAN, etc.) 34 35 "ocaml-options-vanilla" {post}
+3 -2
packages/ocaml-base-compiler/ocaml-base-compiler.5.2.0/opam
··· 27 27 # i686 mingw-w64 only 28 28 ("arch-x86_32" {os = "win32"} & "ocaml-option-bytecode-only" & 29 29 "system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & build}) | 30 - # Non-Windows systems 31 - "host-system-other" {os != "win32" & post}) 30 + # Non-Windows systems need to install something to satisfy this formula, so 31 + # repeat the base-unix dependency 32 + "base-unix" {os != "win32" & post}) 32 33 33 34 # OCaml with default configuration (no flambda, TSAN, etc.) 34 35 "ocaml-options-vanilla" {post}
+3 -2
packages/ocaml-base-compiler/ocaml-base-compiler.5.2.1/opam
··· 27 27 # i686 mingw-w64 only 28 28 ("arch-x86_32" {os = "win32"} & "ocaml-option-bytecode-only" & 29 29 "system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & build}) | 30 - # Non-Windows systems 31 - "host-system-other" {os != "win32" & post}) 30 + # Non-Windows systems need to install something to satisfy this formula, so 31 + # repeat the base-unix dependency 32 + "base-unix" {os != "win32" & post}) 32 33 33 34 # OCaml with default configuration (no flambda, TSAN, etc.) 34 35 "ocaml-options-vanilla" {post}
+3 -2
packages/ocaml-compiler/ocaml-compiler.5.3.0~alpha1/opam
··· 40 40 ("arch-x86_32" {os = "win32"} & "ocaml-option-bytecode-only" {os = "win32"} & 41 41 (("system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & build}) | 42 42 ("system-msvc" & "winpthreads" & "ocaml-option-no-compression" {os = "win32"}))) | 43 - # Non-Windows systems 44 - "host-system-other" {os != "win32" & post}) 43 + # Non-Windows systems need to install something to satisfy this formula, so 44 + # repeat the base-unix dependency 45 + "base-unix" {os != "win32" & post}) 45 46 46 47 # All the 32-bit architectures are bytecode-only 47 48 "ocaml-option-bytecode-only" {arch != "arm64" & arch != "x86_64" & arch != "s390x" & arch != "riscv64" & arch != "ppc64"}
+3 -2
packages/ocaml-compiler/ocaml-compiler.5.3.0~beta1/opam
··· 40 40 ("arch-x86_32" {os = "win32"} & "ocaml-option-bytecode-only" {os = "win32"} & 41 41 (("system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & build}) | 42 42 ("system-msvc" & "winpthreads" & "ocaml-option-no-compression" {os = "win32"}))) | 43 - # Non-Windows systems 44 - "host-system-other" {os != "win32" & post}) 43 + # Non-Windows systems need to install something to satisfy this formula, so 44 + # repeat the base-unix dependency 45 + "base-unix" {os != "win32" & post}) 45 46 46 47 # All the 32-bit architectures are bytecode-only 47 48 "ocaml-option-bytecode-only" {arch != "arm64" & arch != "x86_64" & arch != "s390x" & arch != "riscv64" & arch != "ppc64"}
+3 -2
packages/ocaml-compiler/ocaml-compiler.5.3.0~beta2/opam
··· 40 40 ("arch-x86_32" {os = "win32"} & "ocaml-option-bytecode-only" {os = "win32"} & 41 41 (("system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & build}) | 42 42 ("system-msvc" & "winpthreads" & "ocaml-option-no-compression" {os = "win32"}))) | 43 - # Non-Windows systems 44 - "host-system-other" {os != "win32" & post}) 43 + # Non-Windows systems need to install something to satisfy this formula, so 44 + # repeat the base-unix dependency 45 + "base-unix" {os != "win32" & post}) 45 46 46 47 # All the 32-bit architectures are bytecode-only 47 48 "ocaml-option-bytecode-only" {arch != "arm64" & arch != "x86_64" & arch != "s390x" & arch != "riscv64" & arch != "ppc64"}
+3 -2
packages/ocaml-secondary-compiler/ocaml-secondary-compiler.4.14.2/opam
··· 16 16 ("arch-x86_32" {os = "win32"} & 17 17 (("system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & post}) | 18 18 "system-msvc")) | 19 - # Non-Windows systems 20 - "host-system-other" {os != "win32" & post}) 19 + # Non-Windows systems need to install something to satisfy this formula, so 20 + # repeat the base-unix dependency 21 + "base-unix" {os != "win32" & post}) 21 22 22 23 # Support Packages 23 24 "flexdll" {>= "0.36" & os = "win32"}
+3 -2
packages/ocaml-variants/ocaml-variants.4.13.0+options/opam
··· 27 27 ("arch-x86_32" {os = "win32"} & 28 28 (("system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & post}) | 29 29 "system-msvc")) | 30 - # Non-Windows systems 31 - "host-system-other" {os != "win32" & post}) 30 + # Non-Windows systems need to install something to satisfy this formula, so 31 + # repeat the base-unix dependency 32 + "base-unix" {os != "win32" & post}) 32 33 33 34 # Support Packages 34 35 "flexdll" {>= "0.36" & os = "win32"}
+3 -2
packages/ocaml-variants/ocaml-variants.4.13.1+options/opam
··· 27 27 ("arch-x86_32" {os = "win32"} & 28 28 (("system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & post}) | 29 29 "system-msvc")) | 30 - # Non-Windows systems 31 - "host-system-other" {os != "win32" & post}) 30 + # Non-Windows systems need to install something to satisfy this formula, so 31 + # repeat the base-unix dependency 32 + "base-unix" {os != "win32" & post}) 32 33 33 34 # Support Packages 34 35 "flexdll" {>= "0.36" & os = "win32"}
+3 -2
packages/ocaml-variants/ocaml-variants.4.14.0+options/opam
··· 27 27 ("arch-x86_32" {os = "win32"} & 28 28 (("system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & post}) | 29 29 "system-msvc")) | 30 - # Non-Windows systems 31 - "host-system-other" {os != "win32" & post}) 30 + # Non-Windows systems need to install something to satisfy this formula, so 31 + # repeat the base-unix dependency 32 + "base-unix" {os != "win32" & post}) 32 33 33 34 # Support Packages 34 35 "flexdll" {>= "0.36" & os = "win32"}
+3 -2
packages/ocaml-variants/ocaml-variants.4.14.1+options/opam
··· 27 27 ("arch-x86_32" {os = "win32"} & 28 28 (("system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & post}) | 29 29 "system-msvc")) | 30 - # Non-Windows systems 31 - "host-system-other" {os != "win32" & post}) 30 + # Non-Windows systems need to install something to satisfy this formula, so 31 + # repeat the base-unix dependency 32 + "base-unix" {os != "win32" & post}) 32 33 33 34 # Support Packages 34 35 "flexdll" {>= "0.36" & os = "win32"}
+3 -2
packages/ocaml-variants/ocaml-variants.4.14.2+options/opam
··· 27 27 ("arch-x86_32" {os = "win32"} & 28 28 (("system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & post}) | 29 29 "system-msvc")) | 30 - # Non-Windows systems 31 - "host-system-other" {os != "win32" & post}) 30 + # Non-Windows systems need to install something to satisfy this formula, so 31 + # repeat the base-unix dependency 32 + "base-unix" {os != "win32" & post}) 32 33 33 34 # Support Packages 34 35 "flexdll" {>= "0.36" & os = "win32"}
+3 -2
packages/ocaml-variants/ocaml-variants.5.0.0+options/opam
··· 34 34 # i686 mingw-w64 only 35 35 ("arch-x86_32" {os = "win32"} & "ocaml-option-bytecode-only" {os = "win32"} & 36 36 "system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & post}) | 37 - # Non-Windows systems 38 - "host-system-other" {os != "win32" & post}) 37 + # Non-Windows systems need to install something to satisfy this formula, so 38 + # repeat the base-unix dependency 39 + "base-unix" {os != "win32" & post}) 39 40 40 41 # Only amd64 and arm64 support the native compiler 41 42 "ocaml-option-bytecode-only" {arch != "arm64" & arch != "x86_64"}
+3 -2
packages/ocaml-variants/ocaml-variants.5.1.0+options/opam
··· 34 34 # i686 mingw-w64 only 35 35 ("arch-x86_32" {os = "win32"} & "ocaml-option-bytecode-only" {os = "win32"} & 36 36 "system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & build}) | 37 - # Non-Windows systems 38 - "host-system-other" {os != "win32" & post}) 37 + # Non-Windows systems need to install something to satisfy this formula, so 38 + # repeat the base-unix dependency 39 + "base-unix" {os != "win32" & post}) 39 40 40 41 # POWER and all the 32-bit architectures are bytecode-only 41 42 "ocaml-option-bytecode-only" {arch != "arm64" & arch != "x86_64" & arch != "s390x" & arch != "riscv64"}
+3 -2
packages/ocaml-variants/ocaml-variants.5.1.1+effect-syntax/opam
··· 37 37 # i686 mingw-w64 only 38 38 ("arch-x86_32" {os = "win32"} & "ocaml-option-bytecode-only" {os = "win32"} & 39 39 "system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & build}) | 40 - # Non-Windows systems 41 - "host-system-other" {os != "win32" & post}) 40 + # Non-Windows systems need to install something to satisfy this formula, so 41 + # repeat the base-unix dependency 42 + "base-unix" {os != "win32" & post}) 42 43 43 44 # POWER and all the 32-bit architectures are bytecode-only 44 45 "ocaml-option-bytecode-only" {arch != "arm64" & arch != "x86_64" & arch != "s390x" & arch != "riscv64"}
+3 -2
packages/ocaml-variants/ocaml-variants.5.1.1+options/opam
··· 34 34 # i686 mingw-w64 only 35 35 ("arch-x86_32" {os = "win32"} & "ocaml-option-bytecode-only" {os = "win32"} & 36 36 "system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & build}) | 37 - # Non-Windows systems 38 - "host-system-other" {os != "win32" & post}) 37 + # Non-Windows systems need to install something to satisfy this formula, so 38 + # repeat the base-unix dependency 39 + "base-unix" {os != "win32" & post}) 39 40 40 41 # POWER and all the 32-bit architectures are bytecode-only 41 42 "ocaml-option-bytecode-only" {arch != "arm64" & arch != "x86_64" & arch != "s390x" & arch != "riscv64"}
+3 -2
packages/ocaml-variants/ocaml-variants.5.2.0+options/opam
··· 34 34 # i686 mingw-w64 only 35 35 ("arch-x86_32" {os = "win32"} & "ocaml-option-bytecode-only" {os = "win32"} & 36 36 "system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & build}) | 37 - # Non-Windows systems 38 - "host-system-other" {os != "win32" & post}) 37 + # Non-Windows systems need to install something to satisfy this formula, so 38 + # repeat the base-unix dependency 39 + "base-unix" {os != "win32" & post}) 39 40 40 41 # All the 32-bit architectures are bytecode-only 41 42 "ocaml-option-bytecode-only" {arch != "arm64" & arch != "x86_64" & arch != "s390x" & arch != "riscv64" & arch != "ppc64"}
+3 -2
packages/ocaml-variants/ocaml-variants.5.2.0+statmemprof/opam
··· 36 36 # i686 mingw-w64 only 37 37 ("arch-x86_32" {os = "win32"} & "ocaml-option-bytecode-only" {os = "win32"} & 38 38 "system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & build}) | 39 - # Non-Windows systems 40 - "host-system-other" {os != "win32" & post}) 39 + # Non-Windows systems need to install something to satisfy this formula, so 40 + # repeat the base-unix dependency 41 + "base-unix" {os != "win32" & post}) 41 42 42 43 # All the 32-bit architectures are bytecode-only 43 44 "ocaml-option-bytecode-only" {arch != "arm64" & arch != "x86_64" & arch != "s390x" & arch != "riscv64" & arch != "ppc64"}
+3 -2
packages/ocaml-variants/ocaml-variants.5.2.1+options/opam
··· 34 34 # i686 mingw-w64 only 35 35 ("arch-x86_32" {os = "win32"} & "ocaml-option-bytecode-only" {os = "win32"} & 36 36 "system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & build}) | 37 - # Non-Windows systems 38 - "host-system-other" {os != "win32" & post}) 37 + # Non-Windows systems need to install something to satisfy this formula, so 38 + # repeat the base-unix dependency 39 + "base-unix" {os != "win32" & post}) 39 40 40 41 # All the 32-bit architectures are bytecode-only 41 42 "ocaml-option-bytecode-only" {arch != "arm64" & arch != "x86_64" & arch != "s390x" & arch != "riscv64" & arch != "ppc64"}