this repo has no description
0
fork

Configure Feed

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

Use parentheses in favour of precedence

+211 -190
+2 -2
packages/conf-c++/conf-c++.1.0/opam
··· 22 22 ["gcc-g++"] {os = "win32" & os-distribution = "cygwinports"} 23 23 ] 24 24 depends: 25 - ("host-arch-x86_32" {os = "win32" & os-distribution != "cygwinports"} & "conf-mingw-w64-g++-i686" {os = "win32" & os-distribution != "cygwinports"}) | 26 - ("host-arch-x86_64" {os = "win32" & os-distribution != "cygwinports"} & "conf-mingw-w64-g++-x86_64" {os = "win32" & os-distribution != "cygwinports"}) 25 + (("host-arch-x86_32" {os = "win32" & os-distribution != "cygwinports"} & "conf-mingw-w64-g++-i686" {os = "win32" & os-distribution != "cygwinports"}) | 26 + ("host-arch-x86_64" {os = "win32" & os-distribution != "cygwinports"} & "conf-mingw-w64-g++-x86_64" {os = "win32" & os-distribution != "cygwinports"})) 27 27 synopsis: "Virtual package relying on the c++ compiler" 28 28 description: 29 29 "This package can only install if the c++ compiler is installed on the system."
+2 -2
packages/conf-zstd/conf-zstd.1.3.8/opam
··· 13 13 ] 14 14 depends: [ 15 15 "conf-pkg-config" {build} 16 - ("host-arch-x86_32" {os = "win32" & os-distribution != "cygwinports"} & "conf-mingw-w64-zstd-i686" {os = "win32" & os-distribution != "cygwinports"} | 17 - "host-arch-x86_64" {os = "win32" & os-distribution != "cygwinports"} & "conf-mingw-w64-zstd-x86_64" {os = "win32" & os-distribution != "cygwinports"}) 16 + (("host-arch-x86_32" {os = "win32" & os-distribution != "cygwinports"} & "conf-mingw-w64-zstd-i686" {os = "win32" & os-distribution != "cygwinports"}) | 17 + ("host-arch-x86_64" {os = "win32" & os-distribution != "cygwinports"} & "conf-mingw-w64-zstd-x86_64" {os = "win32" & os-distribution != "cygwinports"})) 18 18 ] 19 19 depexts: [ 20 20 ["libzstd-dev"] {os-family = "debian"}
+6 -6
packages/ocaml-base-compiler/ocaml-base-compiler.4.13.0/opam
··· 35 35 36 36 # Port selection (Windows) 37 37 # amd64 mingw-w64 / MSVC 38 - ("arch-x86_64" {os = "win32" & arch = "x86_64"} & 39 - ("system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & post} | 40 - "system-msvc") | 38 + (("arch-x86_64" {os = "win32" & arch = "x86_64"} & 39 + (("system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & post}) | 40 + "system-msvc")) | 41 41 # i686 mingw-w64 / MSVC 42 - "arch-x86_32" {os = "win32"} & 43 - ("system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & post} | 44 - "system-msvc") | 42 + ("arch-x86_32" {os = "win32"} & 43 + (("system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & post}) | 44 + "system-msvc")) | 45 45 # Non-Windows systems 46 46 "host-system-other" {os != "win32" & post}) 47 47
+6 -6
packages/ocaml-base-compiler/ocaml-base-compiler.4.13.1/opam
··· 35 35 36 36 # Port selection (Windows) 37 37 # amd64 mingw-w64 / MSVC 38 - ("arch-x86_64" {os = "win32" & arch = "x86_64"} & 39 - ("system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & post} | 40 - "system-msvc") | 38 + (("arch-x86_64" {os = "win32" & arch = "x86_64"} & 39 + (("system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & post}) | 40 + "system-msvc")) | 41 41 # i686 mingw-w64 / MSVC 42 - "arch-x86_32" {os = "win32"} & 43 - ("system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & post} | 44 - "system-msvc") | 42 + ("arch-x86_32" {os = "win32"} & 43 + (("system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & post}) | 44 + "system-msvc")) | 45 45 # Non-Windows systems 46 46 "host-system-other" {os != "win32" & post}) 47 47
+6 -6
packages/ocaml-base-compiler/ocaml-base-compiler.4.14.0/opam
··· 35 35 36 36 # Port selection (Windows) 37 37 # amd64 mingw-w64 / MSVC 38 - ("arch-x86_64" {os = "win32" & arch = "x86_64"} & 39 - ("system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & post} | 40 - "system-msvc") | 38 + (("arch-x86_64" {os = "win32" & arch = "x86_64"} & 39 + (("system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & post}) | 40 + "system-msvc")) | 41 41 # i686 mingw-w64 / MSVC 42 - "arch-x86_32" {os = "win32"} & 43 - ("system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & post} | 44 - "system-msvc") | 42 + ("arch-x86_32" {os = "win32"} & 43 + (("system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & post}) | 44 + "system-msvc")) | 45 45 # Non-Windows systems 46 46 "host-system-other" {os != "win32" & post}) 47 47
+6 -6
packages/ocaml-base-compiler/ocaml-base-compiler.4.14.1/opam
··· 35 35 36 36 # Port selection (Windows) 37 37 # amd64 mingw-w64 / MSVC 38 - ("arch-x86_64" {os = "win32" & arch = "x86_64"} & 39 - ("system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & post} | 40 - "system-msvc") | 38 + (("arch-x86_64" {os = "win32" & arch = "x86_64"} & 39 + (("system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & post}) | 40 + "system-msvc")) | 41 41 # i686 mingw-w64 / MSVC 42 - "arch-x86_32" {os = "win32"} & 43 - ("system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & post} | 44 - "system-msvc") | 42 + ("arch-x86_32" {os = "win32"} & 43 + (("system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & post}) | 44 + "system-msvc")) | 45 45 # Non-Windows systems 46 46 "host-system-other" {os != "win32" & post}) 47 47
+6 -6
packages/ocaml-base-compiler/ocaml-base-compiler.4.14.2/opam
··· 35 35 36 36 # Port selection (Windows) 37 37 # amd64 mingw-w64 / MSVC 38 - ("arch-x86_64" {os = "win32" & arch = "x86_64"} & 39 - ("system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & post} | 40 - "system-msvc") | 38 + (("arch-x86_64" {os = "win32" & arch = "x86_64"} & 39 + (("system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & post}) | 40 + "system-msvc")) | 41 41 # i686 mingw-w64 / MSVC 42 - "arch-x86_32" {os = "win32"} & 43 - ("system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & post} | 44 - "system-msvc") | 42 + ("arch-x86_32" {os = "win32"} & 43 + (("system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & post}) | 44 + "system-msvc")) | 45 45 # Non-Windows systems 46 46 "host-system-other" {os != "win32" & post}) 47 47
+4 -4
packages/ocaml-base-compiler/ocaml-base-compiler.5.0.0/opam
··· 37 37 38 38 # Port selection (Windows) 39 39 # amd64 mingw-w64 only 40 - ("arch-x86_64" {os = "win32" & arch = "x86_64"} & 41 - "system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & post} | 40 + (("arch-x86_64" {os = "win32" & arch = "x86_64"} & 41 + "system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & post}) | 42 42 # i686 mingw-w64 only 43 - "arch-x86_32" {os = "win32"} & "ocaml-option-bytecode-only" & 44 - "system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & post} | 43 + ("arch-x86_32" {os = "win32"} & "ocaml-option-bytecode-only" & 44 + "system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & post}) | 45 45 # Non-Windows systems 46 46 "host-system-other" {os != "win32" & post}) 47 47
+4 -4
packages/ocaml-base-compiler/ocaml-base-compiler.5.1.0/opam
··· 37 37 38 38 # Port selection (Windows) 39 39 # amd64 mingw-w64 only 40 - ("arch-x86_64" {os = "win32" & arch = "x86_64"} & 41 - "system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & build} | 40 + (("arch-x86_64" {os = "win32" & arch = "x86_64"} & 41 + "system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & build}) | 42 42 # i686 mingw-w64 only 43 - "arch-x86_32" {os = "win32"} & "ocaml-option-bytecode-only" & 44 - "system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & build} | 43 + ("arch-x86_32" {os = "win32"} & "ocaml-option-bytecode-only" & 44 + "system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & build}) | 45 45 # Non-Windows systems 46 46 "host-system-other" {os != "win32" & post}) 47 47
+4 -4
packages/ocaml-base-compiler/ocaml-base-compiler.5.1.1/opam
··· 37 37 38 38 # Port selection (Windows) 39 39 # amd64 mingw-w64 only 40 - ("arch-x86_64" {os = "win32" & arch = "x86_64"} & 41 - "system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & build} | 40 + (("arch-x86_64" {os = "win32" & arch = "x86_64"} & 41 + "system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & build}) | 42 42 # i686 mingw-w64 only 43 - "arch-x86_32" {os = "win32"} & "ocaml-option-bytecode-only" & 44 - "system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & build} | 43 + ("arch-x86_32" {os = "win32"} & "ocaml-option-bytecode-only" & 44 + "system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & build}) | 45 45 # Non-Windows systems 46 46 "host-system-other" {os != "win32" & post}) 47 47
+4 -4
packages/ocaml-base-compiler/ocaml-base-compiler.5.2.0/opam
··· 37 37 38 38 # Port selection (Windows) 39 39 # amd64 mingw-w64 only 40 - ("arch-x86_64" {os = "win32" & arch = "x86_64"} & 41 - "system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & build} | 40 + (("arch-x86_64" {os = "win32" & arch = "x86_64"} & 41 + "system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & build}) | 42 42 # i686 mingw-w64 only 43 - "arch-x86_32" {os = "win32"} & "ocaml-option-bytecode-only" & 44 - "system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & build} | 43 + ("arch-x86_32" {os = "win32"} & "ocaml-option-bytecode-only" & 44 + "system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & build}) | 45 45 # Non-Windows systems 46 46 "host-system-other" {os != "win32" & post}) 47 47
+4 -4
packages/ocaml-base-compiler/ocaml-base-compiler.5.2.0~alpha1/opam
··· 39 39 40 40 # Port selection (Windows) 41 41 # amd64 mingw-w64 only 42 - ("arch-x86_64" {os = "win32" & arch = "x86_64"} & 43 - "system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & build} | 42 + (("arch-x86_64" {os = "win32" & arch = "x86_64"} & 43 + "system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & build}) | 44 44 # i686 mingw-w64 only 45 - "arch-x86_32" {os = "win32"} & "ocaml-option-bytecode-only" & 46 - "system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & build} | 45 + ("arch-x86_32" {os = "win32"} & "ocaml-option-bytecode-only" & 46 + "system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & build}) | 47 47 # Non-Windows systems 48 48 "host-system-other" {os != "win32" & post}) 49 49
+4 -4
packages/ocaml-base-compiler/ocaml-base-compiler.5.2.0~beta1/opam
··· 39 39 40 40 # Port selection (Windows) 41 41 # amd64 mingw-w64 only 42 - ("arch-x86_64" {os = "win32" & arch = "x86_64"} & 43 - "system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & build} | 42 + (("arch-x86_64" {os = "win32" & arch = "x86_64"} & 43 + "system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & build}) | 44 44 # i686 mingw-w64 only 45 - "arch-x86_32" {os = "win32"} & "ocaml-option-bytecode-only" & 46 - "system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & build} | 45 + ("arch-x86_32" {os = "win32"} & "ocaml-option-bytecode-only" & 46 + "system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & build}) | 47 47 # Non-Windows systems 48 48 "host-system-other" {os != "win32" & post}) 49 49
+4 -4
packages/ocaml-base-compiler/ocaml-base-compiler.5.2.0~beta2/opam
··· 39 39 40 40 # Port selection (Windows) 41 41 # amd64 mingw-w64 only 42 - ("arch-x86_64" {os = "win32" & arch = "x86_64"} & 43 - "system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & build} | 42 + (("arch-x86_64" {os = "win32" & arch = "x86_64"} & 43 + "system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & build}) | 44 44 # i686 mingw-w64 only 45 - "arch-x86_32" {os = "win32"} & "ocaml-option-bytecode-only" & 46 - "system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & build} | 45 + ("arch-x86_32" {os = "win32"} & "ocaml-option-bytecode-only" & 46 + "system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & build}) | 47 47 # Non-Windows systems 48 48 "host-system-other" {os != "win32" & post}) 49 49
+4 -4
packages/ocaml-base-compiler/ocaml-base-compiler.5.2.0~rc1/opam
··· 39 39 40 40 # Port selection (Windows) 41 41 # amd64 mingw-w64 only 42 - ("arch-x86_64" {os = "win32" & arch = "x86_64"} & 43 - "system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & build} | 42 + (("arch-x86_64" {os = "win32" & arch = "x86_64"} & 43 + "system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & build}) | 44 44 # i686 mingw-w64 only 45 - "arch-x86_32" {os = "win32"} & "ocaml-option-bytecode-only" & 46 - "system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & build} | 45 + ("arch-x86_32" {os = "win32"} & "ocaml-option-bytecode-only" & 46 + "system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & build}) | 47 47 # Non-Windows systems 48 48 "host-system-other" {os != "win32" & post}) 49 49
+7 -7
packages/ocaml-variants/ocaml-variants.4.13.0+options/opam
··· 30 30 # The Windows ports explicitly select the architecture (see below) this 31 31 # facility is not yet available for other platforms. 32 32 "host-arch-x86_32" {os != "win32" & arch = "x86_32" & post} 33 - ("host-arch-x86_32" {os != "win32" & arch = "x86_64" & post} & "ocaml-option-32bit" {os != "win32"} | 33 + (("host-arch-x86_32" {os != "win32" & arch = "x86_64" & post} & "ocaml-option-32bit" {os != "win32"}) | 34 34 "host-arch-x86_64" {os != "win32" & arch = "x86_64" & post}) 35 35 "host-arch-unknown" {os != "win32" & arch != "arm32" & arch != "arm64" & arch != "ppc64" & arch != "riscv64" & arch != "s390x" & arch != "x86_32" & arch != "x86_64" & post} 36 36 37 37 # Port selection (Windows) 38 38 # amd64 mingw-w64 / MSVC 39 - ("arch-x86_64" {os = "win32" & arch = "x86_64"} & 40 - ("system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & post} | 41 - "system-msvc") | 39 + (("arch-x86_64" {os = "win32" & arch = "x86_64"} & 40 + (("system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & post}) | 41 + "system-msvc")) | 42 42 # i686 mingw-w64 / MSVC 43 - "arch-x86_32" {os = "win32"} & 44 - ("system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & post} | 45 - "system-msvc") | 43 + ("arch-x86_32" {os = "win32"} & 44 + (("system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & post}) | 45 + "system-msvc")) | 46 46 # Non-Windows systems 47 47 "host-system-other" {os != "win32" & post}) 48 48
+7 -7
packages/ocaml-variants/ocaml-variants.4.13.1+options/opam
··· 30 30 # The Windows ports explicitly select the architecture (see below) this 31 31 # facility is not yet available for other platforms. 32 32 "host-arch-x86_32" {os != "win32" & arch = "x86_32" & post} 33 - ("host-arch-x86_32" {os != "win32" & arch = "x86_64" & post} & "ocaml-option-32bit" {os != "win32"} | 33 + (("host-arch-x86_32" {os != "win32" & arch = "x86_64" & post} & "ocaml-option-32bit" {os != "win32"}) | 34 34 "host-arch-x86_64" {os != "win32" & arch = "x86_64" & post}) 35 35 "host-arch-unknown" {os != "win32" & arch != "arm32" & arch != "arm64" & arch != "ppc64" & arch != "riscv64" & arch != "s390x" & arch != "x86_32" & arch != "x86_64" & post} 36 36 37 37 # Port selection (Windows) 38 38 # amd64 mingw-w64 / MSVC 39 - ("arch-x86_64" {os = "win32" & arch = "x86_64"} & 40 - ("system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & post} | 41 - "system-msvc") | 39 + (("arch-x86_64" {os = "win32" & arch = "x86_64"} & 40 + (("system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & post}) | 41 + "system-msvc")) | 42 42 # i686 mingw-w64 / MSVC 43 - "arch-x86_32" {os = "win32"} & 44 - ("system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & post} | 45 - "system-msvc") | 43 + ("arch-x86_32" {os = "win32"} & 44 + (("system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & post}) | 45 + "system-msvc")) | 46 46 # Non-Windows systems 47 47 "host-system-other" {os != "win32" & post}) 48 48
+7 -7
packages/ocaml-variants/ocaml-variants.4.13.2+trunk/opam
··· 32 32 # The Windows ports explicitly select the architecture (see below) this 33 33 # facility is not yet available for other platforms. 34 34 "host-arch-x86_32" {os != "win32" & arch = "x86_32" & post} 35 - ("host-arch-x86_32" {os != "win32" & arch = "x86_64" & post} & "ocaml-option-32bit" {os != "win32"} | 35 + (("host-arch-x86_32" {os != "win32" & arch = "x86_64" & post} & "ocaml-option-32bit" {os != "win32"}) | 36 36 "host-arch-x86_64" {os != "win32" & arch = "x86_64" & post}) 37 37 "host-arch-unknown" {os != "win32" & arch != "arm32" & arch != "arm64" & arch != "ppc64" & arch != "riscv64" & arch != "s390x" & arch != "x86_32" & arch != "x86_64" & post} 38 38 39 39 # Port selection (Windows) 40 40 # amd64 mingw-w64 / MSVC 41 - ("arch-x86_64" {os = "win32" & arch = "x86_64"} & 42 - ("system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & post} | 43 - "system-msvc") | 41 + (("arch-x86_64" {os = "win32" & arch = "x86_64"} & 42 + (("system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & post}) | 43 + "system-msvc")) | 44 44 # i686 mingw-w64 / MSVC 45 - "arch-x86_32" {os = "win32"} & 46 - ("system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & post} | 47 - "system-msvc") | 45 + ("arch-x86_32" {os = "win32"} & 46 + (("system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & post}) | 47 + "system-msvc")) | 48 48 # Non-Windows systems 49 49 "host-system-other" {os != "win32" & post}) 50 50
+7 -7
packages/ocaml-variants/ocaml-variants.4.14.0+options/opam
··· 30 30 # The Windows ports explicitly select the architecture (see below) this 31 31 # facility is not yet available for other platforms. 32 32 "host-arch-x86_32" {os != "win32" & arch = "x86_32" & post} 33 - ("host-arch-x86_32" {os != "win32" & arch = "x86_64" & post} & "ocaml-option-32bit" {os != "win32"} | 33 + (("host-arch-x86_32" {os != "win32" & arch = "x86_64" & post} & "ocaml-option-32bit" {os != "win32"}) | 34 34 "host-arch-x86_64" {os != "win32" & arch = "x86_64" & post}) 35 35 "host-arch-unknown" {os != "win32" & arch != "arm32" & arch != "arm64" & arch != "ppc64" & arch != "riscv64" & arch != "s390x" & arch != "x86_32" & arch != "x86_64" & post} 36 36 37 37 # Port selection (Windows) 38 38 # amd64 mingw-w64 / MSVC 39 - ("arch-x86_64" {os = "win32" & arch = "x86_64"} & 40 - ("system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & post} | 41 - "system-msvc") | 39 + (("arch-x86_64" {os = "win32" & arch = "x86_64"} & 40 + (("system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & post}) | 41 + "system-msvc")) | 42 42 # i686 mingw-w64 / MSVC 43 - "arch-x86_32" {os = "win32"} & 44 - ("system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & post} | 45 - "system-msvc") | 43 + ("arch-x86_32" {os = "win32"} & 44 + (("system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & post}) | 45 + "system-msvc")) | 46 46 # Non-Windows systems 47 47 "host-system-other" {os != "win32" & post}) 48 48
+7 -7
packages/ocaml-variants/ocaml-variants.4.14.1+options/opam
··· 30 30 # The Windows ports explicitly select the architecture (see below) this 31 31 # facility is not yet available for other platforms. 32 32 "host-arch-x86_32" {os != "win32" & arch = "x86_32" & post} 33 - ("host-arch-x86_32" {os != "win32" & arch = "x86_64" & post} & "ocaml-option-32bit" {os != "win32"} | 33 + (("host-arch-x86_32" {os != "win32" & arch = "x86_64" & post} & "ocaml-option-32bit" {os != "win32"}) | 34 34 "host-arch-x86_64" {os != "win32" & arch = "x86_64" & post}) 35 35 "host-arch-unknown" {os != "win32" & arch != "arm32" & arch != "arm64" & arch != "ppc64" & arch != "riscv64" & arch != "s390x" & arch != "x86_32" & arch != "x86_64" & post} 36 36 37 37 # Port selection (Windows) 38 38 # amd64 mingw-w64 / MSVC 39 - ("arch-x86_64" {os = "win32" & arch = "x86_64"} & 40 - ("system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & post} | 41 - "system-msvc") | 39 + (("arch-x86_64" {os = "win32" & arch = "x86_64"} & 40 + (("system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & post}) | 41 + "system-msvc")) | 42 42 # i686 mingw-w64 / MSVC 43 - "arch-x86_32" {os = "win32"} & 44 - ("system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & post} | 45 - "system-msvc") | 43 + ("arch-x86_32" {os = "win32"} & 44 + (("system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & post}) | 45 + "system-msvc")) | 46 46 # Non-Windows systems 47 47 "host-system-other" {os != "win32" & post}) 48 48
+7 -7
packages/ocaml-variants/ocaml-variants.4.14.2+options/opam
··· 30 30 # The Windows ports explicitly select the architecture (see below) this 31 31 # facility is not yet available for other platforms. 32 32 "host-arch-x86_32" {os != "win32" & arch = "x86_32" & post} 33 - ("host-arch-x86_32" {os != "win32" & arch = "x86_64" & post} & "ocaml-option-32bit" {os != "win32"} | 33 + (("host-arch-x86_32" {os != "win32" & arch = "x86_64" & post} & "ocaml-option-32bit" {os != "win32"}) | 34 34 "host-arch-x86_64" {os != "win32" & arch = "x86_64" & post}) 35 35 "host-arch-unknown" {os != "win32" & arch != "arm32" & arch != "arm64" & arch != "ppc64" & arch != "riscv64" & arch != "s390x" & arch != "x86_32" & arch != "x86_64" & post} 36 36 37 37 # Port selection (Windows) 38 38 # amd64 mingw-w64 / MSVC 39 - ("arch-x86_64" {os = "win32" & arch = "x86_64"} & 40 - ("system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & post} | 41 - "system-msvc") | 39 + (("arch-x86_64" {os = "win32" & arch = "x86_64"} & 40 + (("system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & post}) | 41 + "system-msvc")) | 42 42 # i686 mingw-w64 / MSVC 43 - "arch-x86_32" {os = "win32"} & 44 - ("system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & post} | 45 - "system-msvc") | 43 + ("arch-x86_32" {os = "win32"} & 44 + (("system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & post}) | 45 + "system-msvc")) | 46 46 # Non-Windows systems 47 47 "host-system-other" {os != "win32" & post}) 48 48
+7 -7
packages/ocaml-variants/ocaml-variants.4.14.3+trunk/opam
··· 32 32 # The Windows ports explicitly select the architecture (see below) this 33 33 # facility is not yet available for other platforms. 34 34 "host-arch-x86_32" {os != "win32" & arch = "x86_32" & post} 35 - ("host-arch-x86_32" {os != "win32" & arch = "x86_64" & post} & "ocaml-option-32bit" {os != "win32"} | 35 + (("host-arch-x86_32" {os != "win32" & arch = "x86_64" & post} & "ocaml-option-32bit" {os != "win32"}) | 36 36 "host-arch-x86_64" {os != "win32" & arch = "x86_64" & post}) 37 37 "host-arch-unknown" {os != "win32" & arch != "arm32" & arch != "arm64" & arch != "ppc64" & arch != "riscv64" & arch != "s390x" & arch != "x86_32" & arch != "x86_64" & post} 38 38 39 39 # Port selection (Windows) 40 40 # amd64 mingw-w64 / MSVC 41 - ("arch-x86_64" {os = "win32" & arch = "x86_64"} & 42 - ("system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & post} | 43 - "system-msvc") | 41 + (("arch-x86_64" {os = "win32" & arch = "x86_64"} & 42 + (("system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & post}) | 43 + "system-msvc")) | 44 44 # i686 mingw-w64 / MSVC 45 - "arch-x86_32" {os = "win32"} & 46 - ("system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & post} | 47 - "system-msvc") | 45 + ("arch-x86_32" {os = "win32"} & 46 + (("system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & post}) | 47 + "system-msvc")) | 48 48 # Non-Windows systems 49 49 "host-system-other" {os != "win32" & post}) 50 50
+13 -6
packages/ocaml-variants/ocaml-variants.5.0.0+options/opam
··· 5 5 "David Allsopp <david@tarides.com>" 6 6 "Florian Angeletti <florian.angeletti@inria.fr>" 7 7 ] 8 - authors: ["Xavier Leroy" "Damien Doligez" "Alain Frisch" "Jacques Garrigue" "Didier Rémy" "Jérôme Vouillon"] 8 + authors: [ 9 + "Xavier Leroy" 10 + "Damien Doligez" 11 + "Alain Frisch" 12 + "Jacques Garrigue" 13 + "Didier Rémy" 14 + "Jérôme Vouillon" 15 + ] 9 16 homepage: "https://ocaml.org" 10 17 bug-reports: "https://github.com/ocaml/opam-repository/issues" 11 18 dev-repo: "git+https://github.com/ocaml/ocaml.git#5.0" ··· 32 39 # The Windows ports explicitly select the architecture (see below) this 33 40 # facility is not yet available for other platforms. 34 41 "host-arch-x86_32" {os != "win32" & arch = "x86_32" & post} 35 - ("host-arch-x86_32" {os != "win32" & arch = "x86_64" & post} & "ocaml-option-32bit" {os != "win32"} | 42 + (("host-arch-x86_32" {os != "win32" & arch = "x86_64" & post} & "ocaml-option-32bit" {os != "win32"}) | 36 43 "host-arch-x86_64" {os != "win32" & arch = "x86_64" & post}) 37 44 "host-arch-unknown" {os != "win32" & arch != "arm32" & arch != "arm64" & arch != "ppc64" & arch != "riscv64" & arch != "s390x" & arch != "x86_32" & arch != "x86_64" & post} 38 45 39 46 # Port selection (Windows) 40 47 # amd64 mingw-w64 only 41 - ("arch-x86_64" {os = "win32" & arch = "x86_64"} & 42 - "system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & post} | 48 + (("arch-x86_64" {os = "win32" & arch = "x86_64"} & 49 + "system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & post}) | 43 50 # i686 mingw-w64 only 44 - "arch-x86_32" {os = "win32"} & "ocaml-option-bytecode-only" {os = "win32"} & 45 - "system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & post} | 51 + ("arch-x86_32" {os = "win32"} & "ocaml-option-bytecode-only" {os = "win32"} & 52 + "system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & post}) | 46 53 # Non-Windows systems 47 54 "host-system-other" {os != "win32" & post}) 48 55
+13 -6
packages/ocaml-variants/ocaml-variants.5.0.1+trunk/opam
··· 5 5 "David Allsopp <david@tarides.com>" 6 6 "Florian Angeletti <florian.angeletti@inria.fr>" 7 7 ] 8 - authors: ["Xavier Leroy" "Damien Doligez" "Alain Frisch" "Jacques Garrigue" "Didier Rémy" "Jérôme Vouillon"] 8 + authors: [ 9 + "Xavier Leroy" 10 + "Damien Doligez" 11 + "Alain Frisch" 12 + "Jacques Garrigue" 13 + "Didier Rémy" 14 + "Jérôme Vouillon" 15 + ] 9 16 homepage: "https://ocaml.org" 10 17 bug-reports: "https://github.com/ocaml/opam-repository/issues" 11 18 dev-repo: "git+https://github.com/ocaml/ocaml.git#5.0" ··· 34 41 # The Windows ports explicitly select the architecture (see below) this 35 42 # facility is not yet available for other platforms. 36 43 "host-arch-x86_32" {os != "win32" & arch = "x86_32" & post} 37 - ("host-arch-x86_32" {os != "win32" & arch = "x86_64" & post} & "ocaml-option-32bit" {os != "win32"} | 44 + (("host-arch-x86_32" {os != "win32" & arch = "x86_64" & post} & "ocaml-option-32bit" {os != "win32"}) | 38 45 "host-arch-x86_64" {os != "win32" & arch = "x86_64" & post}) 39 46 "host-arch-unknown" {os != "win32" & arch != "arm32" & arch != "arm64" & arch != "ppc64" & arch != "riscv64" & arch != "s390x" & arch != "x86_32" & arch != "x86_64" & post} 40 47 41 48 # Port selection (Windows) 42 49 # amd64 mingw-w64 only 43 - ("arch-x86_64" {os = "win32" & arch = "x86_64"} & 44 - "system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & build} | 50 + (("arch-x86_64" {os = "win32" & arch = "x86_64"} & 51 + "system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & post}) | 45 52 # i686 mingw-w64 only 46 - "arch-x86_32" {os = "win32"} & "ocaml-option-bytecode-only" {os = "win32"} & 47 - "system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & build} | 53 + ("arch-x86_32" {os = "win32"} & "ocaml-option-bytecode-only" {os = "win32"} & 54 + "system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & post}) | 48 55 # Non-Windows systems 49 56 "host-system-other" {os != "win32" & post}) 50 57
+5 -5
packages/ocaml-variants/ocaml-variants.5.1.0+options/opam
··· 39 39 # The Windows ports explicitly select the architecture (see below) this 40 40 # facility is not yet available for other platforms. 41 41 "host-arch-x86_32" {os != "win32" & arch = "x86_32" & post} 42 - ("host-arch-x86_32" {os != "win32" & arch = "x86_64" & post} & "ocaml-option-32bit" {os != "win32"} | 42 + (("host-arch-x86_32" {os != "win32" & arch = "x86_64" & post} & "ocaml-option-32bit" {os != "win32"}) | 43 43 "host-arch-x86_64" {os != "win32" & arch = "x86_64" & post}) 44 44 "host-arch-unknown" {os != "win32" & arch != "arm32" & arch != "arm64" & arch != "ppc64" & arch != "riscv64" & arch != "s390x" & arch != "x86_32" & arch != "x86_64" & post} 45 45 46 46 # Port selection (Windows) 47 47 # amd64 mingw-w64 only 48 - ("arch-x86_64" {os = "win32" & arch = "x86_64"} & 49 - "system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & build} | 48 + (("arch-x86_64" {os = "win32" & arch = "x86_64"} & 49 + "system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & build}) | 50 50 # i686 mingw-w64 only 51 - "arch-x86_32" {os = "win32"} & "ocaml-option-bytecode-only" {os = "win32"} & 52 - "system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & build} | 51 + ("arch-x86_32" {os = "win32"} & "ocaml-option-bytecode-only" {os = "win32"} & 52 + "system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & build}) | 53 53 # Non-Windows systems 54 54 "host-system-other" {os != "win32" & post}) 55 55
+5 -5
packages/ocaml-variants/ocaml-variants.5.1.1+effect-syntax/opam
··· 42 42 # The Windows ports explicitly select the architecture (see below) this 43 43 # facility is not yet available for other platforms. 44 44 "host-arch-x86_32" {os != "win32" & arch = "x86_32" & post} 45 - ("host-arch-x86_32" {os != "win32" & arch = "x86_64" & post} & "ocaml-option-32bit" {os != "win32"} | 45 + (("host-arch-x86_32" {os != "win32" & arch = "x86_64" & post} & "ocaml-option-32bit" {os != "win32"}) | 46 46 "host-arch-x86_64" {os != "win32" & arch = "x86_64" & post}) 47 47 "host-arch-unknown" {os != "win32" & arch != "arm32" & arch != "arm64" & arch != "ppc64" & arch != "riscv64" & arch != "s390x" & arch != "x86_32" & arch != "x86_64" & post} 48 48 49 49 # Port selection (Windows) 50 50 # amd64 mingw-w64 only 51 - ("arch-x86_64" {os = "win32" & arch = "x86_64"} & 52 - "system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & build} | 51 + (("arch-x86_64" {os = "win32" & arch = "x86_64"} & 52 + "system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & build}) | 53 53 # i686 mingw-w64 only 54 - "arch-x86_32" {os = "win32"} & "ocaml-option-bytecode-only" {os = "win32"} & 55 - "system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & build} | 54 + ("arch-x86_32" {os = "win32"} & "ocaml-option-bytecode-only" {os = "win32"} & 55 + "system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & build}) | 56 56 # Non-Windows systems 57 57 "host-system-other" {os != "win32" & post}) 58 58
+5 -5
packages/ocaml-variants/ocaml-variants.5.1.1+options/opam
··· 39 39 # The Windows ports explicitly select the architecture (see below) this 40 40 # facility is not yet available for other platforms. 41 41 "host-arch-x86_32" {os != "win32" & arch = "x86_32" & post} 42 - ("host-arch-x86_32" {os != "win32" & arch = "x86_64" & post} & "ocaml-option-32bit" {os != "win32"} | 42 + (("host-arch-x86_32" {os != "win32" & arch = "x86_64" & post} & "ocaml-option-32bit" {os != "win32"}) | 43 43 "host-arch-x86_64" {os != "win32" & arch = "x86_64" & post}) 44 44 "host-arch-unknown" {os != "win32" & arch != "arm32" & arch != "arm64" & arch != "ppc64" & arch != "riscv64" & arch != "s390x" & arch != "x86_32" & arch != "x86_64" & post} 45 45 46 46 # Port selection (Windows) 47 47 # amd64 mingw-w64 only 48 - ("arch-x86_64" {os = "win32" & arch = "x86_64"} & 49 - "system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & build} | 48 + (("arch-x86_64" {os = "win32" & arch = "x86_64"} & 49 + "system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & build}) | 50 50 # i686 mingw-w64 only 51 - "arch-x86_32" {os = "win32"} & "ocaml-option-bytecode-only" {os = "win32"} & 52 - "system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & build} | 51 + ("arch-x86_32" {os = "win32"} & "ocaml-option-bytecode-only" {os = "win32"} & 52 + "system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & build}) | 53 53 # Non-Windows systems 54 54 "host-system-other" {os != "win32" & post}) 55 55
+13 -6
packages/ocaml-variants/ocaml-variants.5.1.2+trunk/opam
··· 5 5 "David Allsopp <david@tarides.com>" 6 6 "Florian Angeletti <florian.angeletti@inria.fr>" 7 7 ] 8 - authors: ["Xavier Leroy" "Damien Doligez" "Alain Frisch" "Jacques Garrigue" "Didier Rémy" "Jérôme Vouillon"] 8 + authors: [ 9 + "Xavier Leroy" 10 + "Damien Doligez" 11 + "Alain Frisch" 12 + "Jacques Garrigue" 13 + "Didier Rémy" 14 + "Jérôme Vouillon" 15 + ] 9 16 homepage: "https://ocaml.org" 10 17 bug-reports: "https://github.com/ocaml/opam-repository/issues" 11 18 dev-repo: "git+https://github.com/ocaml/ocaml.git#5.1" ··· 34 41 # The Windows ports explicitly select the architecture (see below) this 35 42 # facility is not yet available for other platforms. 36 43 "host-arch-x86_32" {os != "win32" & arch = "x86_32" & post} 37 - ("host-arch-x86_32" {os != "win32" & arch = "x86_64" & post} & "ocaml-option-32bit" {os != "win32"} | 44 + (("host-arch-x86_32" {os != "win32" & arch = "x86_64" & post} & "ocaml-option-32bit" {os != "win32"}) | 38 45 "host-arch-x86_64" {os != "win32" & arch = "x86_64" & post}) 39 46 "host-arch-unknown" {os != "win32" & arch != "arm32" & arch != "arm64" & arch != "ppc64" & arch != "riscv64" & arch != "s390x" & arch != "x86_32" & arch != "x86_64" & post} 40 47 41 48 # Port selection (Windows) 42 49 # amd64 mingw-w64 only 43 - ("arch-x86_64" {os = "win32" & arch = "x86_64"} & 44 - "system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & build} | 50 + (("arch-x86_64" {os = "win32" & arch = "x86_64"} & 51 + "system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & build}) | 45 52 # i686 mingw-w64 only 46 - "arch-x86_32" {os = "win32"} & "ocaml-option-bytecode-only" {os = "win32"} & 47 - "system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & build} | 53 + ("arch-x86_32" {os = "win32"} & "ocaml-option-bytecode-only" {os = "win32"} & 54 + "system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & build}) | 48 55 # Non-Windows systems 49 56 "host-system-other" {os != "win32" & post}) 50 57
+5 -5
packages/ocaml-variants/ocaml-variants.5.2.0+options/opam
··· 39 39 # The Windows ports explicitly select the architecture (see below) this 40 40 # facility is not yet available for other platforms. 41 41 "host-arch-x86_32" {os != "win32" & arch = "x86_32" & post} 42 - ("host-arch-x86_32" {os != "win32" & arch = "x86_64" & post} & "ocaml-option-32bit" {os != "win32"} | 42 + (("host-arch-x86_32" {os != "win32" & arch = "x86_64" & post} & "ocaml-option-32bit" {os != "win32"}) | 43 43 "host-arch-x86_64" {os != "win32" & arch = "x86_64" & post}) 44 44 "host-arch-unknown" {os != "win32" & arch != "arm32" & arch != "arm64" & arch != "ppc64" & arch != "riscv64" & arch != "s390x" & arch != "x86_32" & arch != "x86_64" & post} 45 45 46 46 # Port selection (Windows) 47 47 # amd64 mingw-w64 only 48 - ("arch-x86_64" {os = "win32" & arch = "x86_64"} & 49 - "system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & build} | 48 + (("arch-x86_64" {os = "win32" & arch = "x86_64"} & 49 + "system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & build}) | 50 50 # i686 mingw-w64 only 51 - "arch-x86_32" {os = "win32"} & "ocaml-option-bytecode-only" {os = "win32"} & 52 - "system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & build} | 51 + ("arch-x86_32" {os = "win32"} & "ocaml-option-bytecode-only" {os = "win32"} & 52 + "system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & build}) | 53 53 # Non-Windows systems 54 54 "host-system-other" {os != "win32" & post}) 55 55
+5 -5
packages/ocaml-variants/ocaml-variants.5.2.0+statmemprof/opam
··· 41 41 # The Windows ports explicitly select the architecture (see below) this 42 42 # facility is not yet available for other platforms. 43 43 "host-arch-x86_32" {os != "win32" & arch = "x86_32" & post} 44 - ("host-arch-x86_32" {os != "win32" & arch = "x86_64" & post} & "ocaml-option-32bit" {os != "win32"} | 44 + (("host-arch-x86_32" {os != "win32" & arch = "x86_64" & post} & "ocaml-option-32bit" {os != "win32"}) | 45 45 "host-arch-x86_64" {os != "win32" & arch = "x86_64" & post}) 46 46 "host-arch-unknown" {os != "win32" & arch != "arm32" & arch != "arm64" & arch != "ppc64" & arch != "riscv64" & arch != "s390x" & arch != "x86_32" & arch != "x86_64" & post} 47 47 48 48 # Port selection (Windows) 49 49 # amd64 mingw-w64 only 50 - ("arch-x86_64" {os = "win32" & arch = "x86_64"} & 51 - "system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & build} | 50 + (("arch-x86_64" {os = "win32" & arch = "x86_64"} & 51 + "system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & build}) | 52 52 # i686 mingw-w64 only 53 - "arch-x86_32" {os = "win32"} & "ocaml-option-bytecode-only" {os = "win32"} & 54 - "system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & build} | 53 + ("arch-x86_32" {os = "win32"} & "ocaml-option-bytecode-only" {os = "win32"} & 54 + "system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & build}) | 55 55 # Non-Windows systems 56 56 "host-system-other" {os != "win32" & post}) 57 57
+5 -5
packages/ocaml-variants/ocaml-variants.5.2.0~alpha1+options/opam
··· 41 41 # The Windows ports explicitly select the architecture (see below) this 42 42 # facility is not yet available for other platforms. 43 43 "host-arch-x86_32" {os != "win32" & arch = "x86_32" & post} 44 - ("host-arch-x86_32" {os != "win32" & arch = "x86_64" & post} & "ocaml-option-32bit" {os != "win32"} | 44 + (("host-arch-x86_32" {os != "win32" & arch = "x86_64" & post} & "ocaml-option-32bit" {os != "win32"}) | 45 45 "host-arch-x86_64" {os != "win32" & arch = "x86_64" & post}) 46 46 "host-arch-unknown" {os != "win32" & arch != "arm32" & arch != "arm64" & arch != "ppc64" & arch != "riscv64" & arch != "s390x" & arch != "x86_32" & arch != "x86_64" & post} 47 47 48 48 # Port selection (Windows) 49 49 # amd64 mingw-w64 only 50 - ("arch-x86_64" {os = "win32" & arch = "x86_64"} & 51 - "system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & build} | 50 + (("arch-x86_64" {os = "win32" & arch = "x86_64"} & 51 + "system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & build}) | 52 52 # i686 mingw-w64 only 53 - "arch-x86_32" {os = "win32"} & "ocaml-option-bytecode-only" {os = "win32"} & 54 - "system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & build} | 53 + ("arch-x86_32" {os = "win32"} & "ocaml-option-bytecode-only" {os = "win32"} & 54 + "system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & build}) | 55 55 # Non-Windows systems 56 56 "host-system-other" {os != "win32" & post}) 57 57
+5 -5
packages/ocaml-variants/ocaml-variants.5.2.0~beta1+options/opam
··· 41 41 # The Windows ports explicitly select the architecture (see below) this 42 42 # facility is not yet available for other platforms. 43 43 "host-arch-x86_32" {os != "win32" & arch = "x86_32" & post} 44 - ("host-arch-x86_32" {os != "win32" & arch = "x86_64" & post} & "ocaml-option-32bit" {os != "win32"} | 44 + (("host-arch-x86_32" {os != "win32" & arch = "x86_64" & post} & "ocaml-option-32bit" {os != "win32"}) | 45 45 "host-arch-x86_64" {os != "win32" & arch = "x86_64" & post}) 46 46 "host-arch-unknown" {os != "win32" & arch != "arm32" & arch != "arm64" & arch != "ppc64" & arch != "riscv64" & arch != "s390x" & arch != "x86_32" & arch != "x86_64" & post} 47 47 48 48 # Port selection (Windows) 49 49 # amd64 mingw-w64 only 50 - ("arch-x86_64" {os = "win32" & arch = "x86_64"} & 51 - "system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & build} | 50 + (("arch-x86_64" {os = "win32" & arch = "x86_64"} & 51 + "system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & build}) | 52 52 # i686 mingw-w64 only 53 - "arch-x86_32" {os = "win32"} & "ocaml-option-bytecode-only" {os = "win32"} & 54 - "system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & build} | 53 + ("arch-x86_32" {os = "win32"} & "ocaml-option-bytecode-only" {os = "win32"} & 54 + "system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & build}) | 55 55 # Non-Windows systems 56 56 "host-system-other" {os != "win32" & post}) 57 57
+5 -5
packages/ocaml-variants/ocaml-variants.5.2.0~beta2+options/opam
··· 41 41 # The Windows ports explicitly select the architecture (see below) this 42 42 # facility is not yet available for other platforms. 43 43 "host-arch-x86_32" {os != "win32" & arch = "x86_32" & post} 44 - ("host-arch-x86_32" {os != "win32" & arch = "x86_64" & post} & "ocaml-option-32bit" {os != "win32"} | 44 + (("host-arch-x86_32" {os != "win32" & arch = "x86_64" & post} & "ocaml-option-32bit" {os != "win32"}) | 45 45 "host-arch-x86_64" {os != "win32" & arch = "x86_64" & post}) 46 46 "host-arch-unknown" {os != "win32" & arch != "arm32" & arch != "arm64" & arch != "ppc64" & arch != "riscv64" & arch != "s390x" & arch != "x86_32" & arch != "x86_64" & post} 47 47 48 48 # Port selection (Windows) 49 49 # amd64 mingw-w64 only 50 - ("arch-x86_64" {os = "win32" & arch = "x86_64"} & 51 - "system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & build} | 50 + (("arch-x86_64" {os = "win32" & arch = "x86_64"} & 51 + "system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & build}) | 52 52 # i686 mingw-w64 only 53 - "arch-x86_32" {os = "win32"} & "ocaml-option-bytecode-only" {os = "win32"} & 54 - "system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & build} | 53 + ("arch-x86_32" {os = "win32"} & "ocaml-option-bytecode-only" {os = "win32"} & 54 + "system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & build}) | 55 55 # Non-Windows systems 56 56 "host-system-other" {os != "win32" & post}) 57 57
+5 -5
packages/ocaml-variants/ocaml-variants.5.2.0~rc1+options/opam
··· 41 41 # The Windows ports explicitly select the architecture (see below) this 42 42 # facility is not yet available for other platforms. 43 43 "host-arch-x86_32" {os != "win32" & arch = "x86_32" & post} 44 - ("host-arch-x86_32" {os != "win32" & arch = "x86_64" & post} & "ocaml-option-32bit" {os != "win32"} | 44 + (("host-arch-x86_32" {os != "win32" & arch = "x86_64" & post} & "ocaml-option-32bit" {os != "win32"}) | 45 45 "host-arch-x86_64" {os != "win32" & arch = "x86_64" & post}) 46 46 "host-arch-unknown" {os != "win32" & arch != "arm32" & arch != "arm64" & arch != "ppc64" & arch != "riscv64" & arch != "s390x" & arch != "x86_32" & arch != "x86_64" & post} 47 47 48 48 # Port selection (Windows) 49 49 # amd64 mingw-w64 only 50 - ("arch-x86_64" {os = "win32" & arch = "x86_64"} & 51 - "system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & build} | 50 + (("arch-x86_64" {os = "win32" & arch = "x86_64"} & 51 + "system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & build}) | 52 52 # i686 mingw-w64 only 53 - "arch-x86_32" {os = "win32"} & "ocaml-option-bytecode-only" {os = "win32"} & 54 - "system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & build} | 53 + ("arch-x86_32" {os = "win32"} & "ocaml-option-bytecode-only" {os = "win32"} & 54 + "system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & build}) | 55 55 # Non-Windows systems 56 56 "host-system-other" {os != "win32" & post}) 57 57
+5 -5
packages/ocaml-variants/ocaml-variants.5.2.1+trunk/opam
··· 41 41 # The Windows ports explicitly select the architecture (see below) this 42 42 # facility is not yet available for other platforms. 43 43 "host-arch-x86_32" {os != "win32" & arch = "x86_32" & post} 44 - ("host-arch-x86_32" {os != "win32" & arch = "x86_64" & post} & "ocaml-option-32bit" {os != "win32"} | 44 + (("host-arch-x86_32" {os != "win32" & arch = "x86_64" & post} & "ocaml-option-32bit" {os != "win32"}) | 45 45 "host-arch-x86_64" {os != "win32" & arch = "x86_64" & post}) 46 46 "host-arch-unknown" {os != "win32" & arch != "arm32" & arch != "arm64" & arch != "ppc64" & arch != "riscv64" & arch != "s390x" & arch != "x86_32" & arch != "x86_64" & post} 47 47 48 48 # Port selection (Windows) 49 49 # amd64 mingw-w64 only 50 - ("arch-x86_64" {os = "win32" & arch = "x86_64"} & 51 - "system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & build} | 50 + (("arch-x86_64" {os = "win32" & arch = "x86_64"} & 51 + "system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & build}) | 52 52 # i686 mingw-w64 only 53 - "arch-x86_32" {os = "win32"} & "ocaml-option-bytecode-only" {os = "win32"} & 54 - "system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & build} | 53 + ("arch-x86_32" {os = "win32"} & "ocaml-option-bytecode-only" {os = "win32"} & 54 + "system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & build}) | 55 55 # Non-Windows systems 56 56 "host-system-other" {os != "win32" & post}) 57 57
+7 -7
packages/ocaml-variants/ocaml-variants.5.3.0+trunk/opam
··· 41 41 # The Windows ports explicitly select the architecture (see below) this 42 42 # facility is not yet available for other platforms. 43 43 "host-arch-x86_32" {os != "win32" & arch = "x86_32" & post} 44 - ("host-arch-x86_32" {os != "win32" & arch = "x86_64" & post} & "ocaml-option-32bit" {os != "win32"} | 44 + (("host-arch-x86_32" {os != "win32" & arch = "x86_64" & post} & "ocaml-option-32bit" {os != "win32"}) | 45 45 "host-arch-x86_64" {os != "win32" & arch = "x86_64" & post}) 46 46 "host-arch-unknown" {os != "win32" & arch != "arm32" & arch != "arm64" & arch != "ppc64" & arch != "riscv64" & arch != "s390x" & arch != "x86_32" & arch != "x86_64" & post} 47 47 48 48 # Port selection (Windows) 49 49 # amd64 mingw-w64 / MSVC 50 - ("arch-x86_64" {os = "win32" & arch = "x86_64"} & 51 - ("system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & build} | 52 - "system-msvc" & "winpthreads" & "ocaml-option-no-compression" {os = "win32"}) | 50 + (("arch-x86_64" {os = "win32" & arch = "x86_64"} & 51 + (("system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & build}) | 52 + ("system-msvc" & "winpthreads" & "ocaml-option-no-compression" {os = "win32"}))) | 53 53 # i686 mingw-w64 / MSVC 54 - "arch-x86_32" {os = "win32"} & "ocaml-option-bytecode-only" {os = "win32"} & 55 - ("system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & build} | 56 - "system-msvc" & "winpthreads" & "ocaml-option-no-compression" {os = "win32"}) | 54 + ("arch-x86_32" {os = "win32"} & "ocaml-option-bytecode-only" {os = "win32"} & 55 + (("system-mingw" & "mingw-w64-shims" {os-distribution = "cygwin" & build}) | 56 + ("system-msvc" & "winpthreads" & "ocaml-option-no-compression" {os = "win32"}))) | 57 57 # Non-Windows systems 58 58 "host-system-other" {os != "win32" & post}) 59 59