this repo has no description
0
fork

Configure Feed

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

Merge pull request #18220 from dra27/parallel-cygwin

Cygwin builds in parallel since 4.09.0

authored by

Kate and committed by
GitHub
0fc05eda d214603d

+475 -475
+4 -4
packages/ocaml-base-compiler/ocaml-base-compiler.4.09.0/opam
··· 22 22 "CC=cc" {os = "openbsd" | os = "freebsd" | os = "macos"} 23 23 "ASPP=cc -c" {os = "openbsd" | os = "freebsd" | os = "macos"} 24 24 ] 25 - [make "-j%{jobs}%" {os != "cygwin"} "world"] 26 - [make "-j%{jobs}%" {os != "cygwin"} "world.opt"] 25 + [make "-j%{jobs}%" "world"] 26 + [make "-j%{jobs}%" "world.opt"] 27 27 ] 28 28 install: [make "install"] 29 29 url { ··· 35 35 "A failure in the middle of the build may be caused by build parallelism 36 36 (enabled by default). 37 37 Please file a bug report at https://github.com/ocaml/ocaml/issues" 38 - {failure & jobs > 1 & os != "cygwin"} 38 + {failure & jobs > 1} 39 39 "You can try installing again including --jobs=1 40 40 to force a sequential build instead." 41 - {failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"} 41 + {failure & jobs > 1 & opam-version >= "2.0.5"} 42 42 ] 43 43 available: !(os = "macos" & arch = "arm64")
+4 -4
packages/ocaml-base-compiler/ocaml-base-compiler.4.09.1/opam
··· 22 22 "CC=cc" {os = "openbsd" | os = "freebsd" | os = "macos"} 23 23 "ASPP=cc -c" {os = "openbsd" | os = "freebsd" | os = "macos"} 24 24 ] 25 - [make "-j%{jobs}%" {os != "cygwin"} "world"] 26 - [make "-j%{jobs}%" {os != "cygwin"} "world.opt"] 25 + [make "-j%{jobs}%" "world"] 26 + [make "-j%{jobs}%" "world.opt"] 27 27 ] 28 28 install: [make "install"] 29 29 url { ··· 35 35 "A failure in the middle of the build may be caused by build parallelism 36 36 (enabled by default). 37 37 Please file a bug report at https://github.com/ocaml/ocaml/issues" 38 - {failure & jobs > 1 & os != "cygwin"} 38 + {failure & jobs > 1} 39 39 "You can try installing again including --jobs=1 40 40 to force a sequential build instead." 41 - {failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"} 41 + {failure & jobs > 1 & opam-version >= "2.0.5"} 42 42 ] 43 43 available: !(os = "macos" & arch = "arm64")
+4 -4
packages/ocaml-base-compiler/ocaml-base-compiler.4.10.0/opam
··· 22 22 "CC=cc" {os = "openbsd" | os = "freebsd" | os = "macos"} 23 23 "ASPP=cc -c" {os = "openbsd" | os = "freebsd" | os = "macos"} 24 24 ] 25 - [make "-j%{jobs}%" {os != "cygwin"} "world"] 26 - [make "-j%{jobs}%" {os != "cygwin"} "world.opt"] 25 + [make "-j%{jobs}%" "world"] 26 + [make "-j%{jobs}%" "world.opt"] 27 27 ] 28 28 install: [make "install"] 29 29 url { ··· 35 35 "A failure in the middle of the build may be caused by build parallelism 36 36 (enabled by default). 37 37 Please file a bug report at https://github.com/ocaml/ocaml/issues" 38 - {failure & jobs > 1 & os != "cygwin"} 38 + {failure & jobs > 1} 39 39 "You can try installing again including --jobs=1 40 40 to force a sequential build instead." 41 - {failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"} 41 + {failure & jobs > 1 & opam-version >= "2.0.5"} 42 42 ] 43 43 available: !(os = "macos" & arch = "arm64")
+4 -4
packages/ocaml-base-compiler/ocaml-base-compiler.4.10.1/opam
··· 22 22 "CC=cc" {os = "openbsd" | os = "freebsd" | os = "macos"} 23 23 "ASPP=cc -c" {os = "openbsd" | os = "freebsd" | os = "macos"} 24 24 ] 25 - [make "-j%{jobs}%" {os != "cygwin"} "world"] 26 - [make "-j%{jobs}%" {os != "cygwin"} "world.opt"] 25 + [make "-j%{jobs}%" "world"] 26 + [make "-j%{jobs}%" "world.opt"] 27 27 ] 28 28 install: [make "install"] 29 29 url { ··· 35 35 "A failure in the middle of the build may be caused by build parallelism 36 36 (enabled by default). 37 37 Please file a bug report at https://github.com/ocaml/ocaml/issues" 38 - {failure & jobs > 1 & os != "cygwin"} 38 + {failure & jobs > 1} 39 39 "You can try installing again including --jobs=1 40 40 to force a sequential build instead." 41 - {failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"} 41 + {failure & jobs > 1 & opam-version >= "2.0.5"} 42 42 ] 43 43 available: !(os = "macos" & arch = "arm64")
+4 -4
packages/ocaml-base-compiler/ocaml-base-compiler.4.10.2/opam
··· 22 22 "CC=cc" {os = "openbsd" | os = "freebsd" | os = "macos"} 23 23 "ASPP=cc -c" {os = "openbsd" | os = "freebsd" | os = "macos"} 24 24 ] 25 - [make "-j%{jobs}%" {os != "cygwin"} "world"] 26 - [make "-j%{jobs}%" {os != "cygwin"} "world.opt"] 25 + [make "-j%{jobs}%" "world"] 26 + [make "-j%{jobs}%" "world.opt"] 27 27 ] 28 28 install: [make "install"] 29 29 url { ··· 35 35 "A failure in the middle of the build may be caused by build parallelism 36 36 (enabled by default). 37 37 Please file a bug report at https://github.com/ocaml/ocaml/issues" 38 - {failure & jobs > 1 & os != "cygwin"} 38 + {failure & jobs > 1} 39 39 "You can try installing again including --jobs=1 40 40 to force a sequential build instead." 41 - {failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"} 41 + {failure & jobs > 1 & opam-version >= "2.0.5"} 42 42 ]
+4 -4
packages/ocaml-base-compiler/ocaml-base-compiler.4.11.0/opam
··· 22 22 "CC=cc" {os = "openbsd" | os = "macos"} 23 23 "ASPP=cc -c" {os = "openbsd" | os = "macos"} 24 24 ] 25 - [make "-j%{jobs}%" {os != "cygwin"} "world"] 26 - [make "-j%{jobs}%" {os != "cygwin"} "world.opt"] 25 + [make "-j%{jobs}%" "world"] 26 + [make "-j%{jobs}%" "world.opt"] 27 27 ] 28 28 install: [make "install"] 29 29 url { ··· 35 35 "A failure in the middle of the build may be caused by build parallelism 36 36 (enabled by default). 37 37 Please file a bug report at https://github.com/ocaml/ocaml/issues" 38 - {failure & jobs > 1 & os != "cygwin"} 38 + {failure & jobs > 1} 39 39 "You can try installing again including --jobs=1 40 40 to force a sequential build instead." 41 - {failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"} 41 + {failure & jobs > 1 & opam-version >= "2.0.5"} 42 42 ] 43 43 available: !(os = "macos" & arch = "arm64")
+4 -4
packages/ocaml-base-compiler/ocaml-base-compiler.4.11.1/opam
··· 22 22 "CC=cc" {os = "openbsd" | os = "macos"} 23 23 "ASPP=cc -c" {os = "openbsd" | os = "macos"} 24 24 ] 25 - [make "-j%{jobs}%" {os != "cygwin"} "world"] 26 - [make "-j%{jobs}%" {os != "cygwin"} "world.opt"] 25 + [make "-j%{jobs}%" "world"] 26 + [make "-j%{jobs}%" "world.opt"] 27 27 ] 28 28 install: [make "install"] 29 29 url { ··· 35 35 "A failure in the middle of the build may be caused by build parallelism 36 36 (enabled by default). 37 37 Please file a bug report at https://github.com/ocaml/ocaml/issues" 38 - {failure & jobs > 1 & os != "cygwin"} 38 + {failure & jobs > 1} 39 39 "You can try installing again including --jobs=1 40 40 to force a sequential build instead." 41 - {failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"} 41 + {failure & jobs > 1 & opam-version >= "2.0.5"} 42 42 ] 43 43 available: !(os = "macos" & arch = "arm64")
+4 -4
packages/ocaml-base-compiler/ocaml-base-compiler.4.11.2/opam
··· 22 22 "CC=cc" {os = "openbsd" | os = "macos"} 23 23 "ASPP=cc -c" {os = "openbsd" | os = "macos"} 24 24 ] 25 - [make "-j%{jobs}%" {os != "cygwin"} "world"] 26 - [make "-j%{jobs}%" {os != "cygwin"} "world.opt"] 25 + [make "-j%{jobs}%" "world"] 26 + [make "-j%{jobs}%" "world.opt"] 27 27 ] 28 28 install: [make "install"] 29 29 url { ··· 35 35 "A failure in the middle of the build may be caused by build parallelism 36 36 (enabled by default). 37 37 Please file a bug report at https://github.com/ocaml/ocaml/issues" 38 - {failure & jobs > 1 & os != "cygwin"} 38 + {failure & jobs > 1} 39 39 "You can try installing again including --jobs=1 40 40 to force a sequential build instead." 41 - {failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"} 41 + {failure & jobs > 1 & opam-version >= "2.0.5"} 42 42 ] 43 43 available: !(os = "macos" & arch = "arm64")
+3 -3
packages/ocaml-base-compiler/ocaml-base-compiler.4.12.0/opam
··· 23 23 "CC=cc" {os = "openbsd" | os = "macos"} 24 24 "ASPP=cc -c" {os = "openbsd" | os = "macos"} 25 25 ] 26 - [make "-j%{jobs}%" {os != "cygwin"}] 26 + [make "-j%{jobs}%"] 27 27 ] 28 28 install: [make "install"] 29 29 url { ··· 35 35 "A failure in the middle of the build may be caused by build parallelism 36 36 (enabled by default). 37 37 Please file a bug report at https://github.com/ocaml/ocaml/issues" 38 - {failure & jobs > 1 & os != "cygwin"} 38 + {failure & jobs > 1} 39 39 "You can try installing again including --jobs=1 40 40 to force a sequential build instead." 41 - {failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"} 41 + {failure & jobs > 1 & opam-version >= "2.0.5"} 42 42 ]
+4 -4
packages/ocaml-variants/ocaml-variants.4.09.0+32bit/opam
··· 36 36 "ASPP=gcc -arch i386 -m32 -c" 37 37 "--host" "i386-apple-darwin13.2.0" 38 38 ] {os = "openbsd" | os = "freebsd" | os = "macos"} 39 - [make "-j%{jobs}%" {os != "cygwin"} "world"] 40 - [make "-j%{jobs}%" {os != "cygwin"} "world.opt"] 39 + [make "-j%{jobs}%" "world"] 40 + [make "-j%{jobs}%" "world.opt"] 41 41 ] 42 42 install: [make "install"] 43 43 url { ··· 48 48 "A failure in the middle of the build may be caused by build parallelism 49 49 (enabled by default). 50 50 Please file a bug report at https://github.com/ocaml/ocaml/issues" 51 - {failure & jobs > 1 & os != "cygwin"} 51 + {failure & jobs > 1} 52 52 "You can try installing again including --jobs=1 53 53 to force a sequential build instead." 54 - {failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"} 54 + {failure & jobs > 1 & opam-version >= "2.0.5"} 55 55 ] 56 56 available: !(os = "macos" & arch = "arm64")
+4 -4
packages/ocaml-variants/ocaml-variants.4.09.0+afl/opam
··· 24 24 "ASPP=cc -c" 25 25 "--with-afl" 26 26 ] {os = "openbsd" | os = "freebsd" | os = "macos"} 27 - [make "-j%{jobs}%" {os != "cygwin"} "world"] 28 - [make "-j%{jobs}%" {os != "cygwin"} "world.opt"] 27 + [make "-j%{jobs}%" "world"] 28 + [make "-j%{jobs}%" "world.opt"] 29 29 ] 30 30 install: [make "install"] 31 31 url { ··· 36 36 "A failure in the middle of the build may be caused by build parallelism 37 37 (enabled by default). 38 38 Please file a bug report at https://github.com/ocaml/ocaml/issues" 39 - {failure & jobs > 1 & os != "cygwin"} 39 + {failure & jobs > 1} 40 40 "You can try installing again including --jobs=1 41 41 to force a sequential build instead." 42 - {failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"} 42 + {failure & jobs > 1 & opam-version >= "2.0.5"} 43 43 ] 44 44 available: !(os = "macos" & arch = "arm64")
+3 -3
packages/ocaml-variants/ocaml-variants.4.09.0+bytecode-only/opam
··· 24 24 "ASPP=cc -c" 25 25 "--disable-native-compiler" 26 26 ] {os = "openbsd" | os = "freebsd" | os = "macos"} 27 - [make "-j%{jobs}%" {os != "cygwin"} "world"] 27 + [make "-j%{jobs}%" "world"] 28 28 ] 29 29 install: [make "install"] 30 30 url { ··· 35 35 "A failure in the middle of the build may be caused by build parallelism 36 36 (enabled by default). 37 37 Please file a bug report at https://github.com/ocaml/ocaml/issues" 38 - {failure & jobs > 1 & os != "cygwin"} 38 + {failure & jobs > 1} 39 39 "You can try installing again including --jobs=1 40 40 to force a sequential build instead." 41 - {failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"} 41 + {failure & jobs > 1 & opam-version >= "2.0.5"} 42 42 ] 43 43 available: !(os = "macos" & arch = "arm64")
+4 -4
packages/ocaml-variants/ocaml-variants.4.09.0+default-unsafe-string/opam
··· 25 25 "ASPP=cc -c" 26 26 "DEFAULT_STRING=unsafe" 27 27 ] {os = "openbsd" | os = "freebsd" | os = "macos"} 28 - [make "-j%{jobs}%" {os != "cygwin"} "world"] 29 - [make "-j%{jobs}%" {os != "cygwin"} "world.opt"] 28 + [make "-j%{jobs}%" "world"] 29 + [make "-j%{jobs}%" "world.opt"] 30 30 ] 31 31 install: [make "install"] 32 32 url { ··· 37 37 "A failure in the middle of the build may be caused by build parallelism 38 38 (enabled by default). 39 39 Please file a bug report at https://github.com/ocaml/ocaml/issues" 40 - {failure & jobs > 1 & os != "cygwin"} 40 + {failure & jobs > 1} 41 41 "You can try installing again including --jobs=1 42 42 to force a sequential build instead." 43 - {failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"} 43 + {failure & jobs > 1 & opam-version >= "2.0.5"} 44 44 ] 45 45 available: !(os = "macos" & arch = "arm64")
+4 -4
packages/ocaml-variants/ocaml-variants.4.09.0+flambda+no-flat-float-array/opam
··· 27 27 "--enable-flambda" 28 28 "--disable-flat-float-array" 29 29 ] {os = "openbsd" | os = "freebsd" | os = "macos"} 30 - [make "-j%{jobs}%" {os != "cygwin"} "world"] 31 - [make "-j%{jobs}%" {os != "cygwin"} "world.opt"] 30 + [make "-j%{jobs}%" "world"] 31 + [make "-j%{jobs}%" "world.opt"] 32 32 ] 33 33 install: [make "install"] 34 34 url { ··· 39 39 "A failure in the middle of the build may be caused by build parallelism 40 40 (enabled by default). 41 41 Please file a bug report at https://github.com/ocaml/ocaml/issues" 42 - {failure & jobs > 1 & os != "cygwin"} 42 + {failure & jobs > 1} 43 43 "You can try installing again including --jobs=1 44 44 to force a sequential build instead." 45 - {failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"} 45 + {failure & jobs > 1 & opam-version >= "2.0.5"} 46 46 ] 47 47 available: !(os = "macos" & arch = "arm64")
+4 -4
packages/ocaml-variants/ocaml-variants.4.09.0+flambda/opam
··· 24 24 "ASPP=cc -c" 25 25 "--enable-flambda" 26 26 ] {os = "openbsd" | os = "freebsd" | os = "macos"} 27 - [make "-j%{jobs}%" {os != "cygwin"} "world"] 28 - [make "-j%{jobs}%" {os != "cygwin"} "world.opt"] 27 + [make "-j%{jobs}%" "world"] 28 + [make "-j%{jobs}%" "world.opt"] 29 29 ] 30 30 install: [make "install"] 31 31 url { ··· 36 36 "A failure in the middle of the build may be caused by build parallelism 37 37 (enabled by default). 38 38 Please file a bug report at https://github.com/ocaml/ocaml/issues" 39 - {failure & jobs > 1 & os != "cygwin"} 39 + {failure & jobs > 1} 40 40 "You can try installing again including --jobs=1 41 41 to force a sequential build instead." 42 - {failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"} 42 + {failure & jobs > 1 & opam-version >= "2.0.5"} 43 43 ] 44 44 available: !(os = "macos" & arch = "arm64")
+4 -4
packages/ocaml-variants/ocaml-variants.4.09.0+force-safe-string/opam
··· 25 25 "ASPP=cc -c" 26 26 "--enable-force-safe-string" 27 27 ] {os = "openbsd" | os = "freebsd" | os = "macos"} 28 - [make "-j%{jobs}%" {os != "cygwin"} "world"] 29 - [make "-j%{jobs}%" {os != "cygwin"} "world.opt"] 28 + [make "-j%{jobs}%" "world"] 29 + [make "-j%{jobs}%" "world.opt"] 30 30 ] 31 31 install: [make "install"] 32 32 url { ··· 37 37 "A failure in the middle of the build may be caused by build parallelism 38 38 (enabled by default). 39 39 Please file a bug report at https://github.com/ocaml/ocaml/issues" 40 - {failure & jobs > 1 & os != "cygwin"} 40 + {failure & jobs > 1} 41 41 "You can try installing again including --jobs=1 42 42 to force a sequential build instead." 43 - {failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"} 43 + {failure & jobs > 1 & opam-version >= "2.0.5"} 44 44 ] 45 45 available: !(os = "macos" & arch = "arm64")
+4 -4
packages/ocaml-variants/ocaml-variants.4.09.0+fp+flambda/opam
··· 27 27 "--enable-frame-pointers" 28 28 "--enable-flambda" 29 29 ] {os = "openbsd" | os = "freebsd" | os = "macos"} 30 - [make "-j%{jobs}%" {os != "cygwin"} "world"] 31 - [make "-j%{jobs}%" {os != "cygwin"} "world.opt"] 30 + [make "-j%{jobs}%" "world"] 31 + [make "-j%{jobs}%" "world.opt"] 32 32 ] 33 33 install: [make "install"] 34 34 url { ··· 39 39 "A failure in the middle of the build may be caused by build parallelism 40 40 (enabled by default). 41 41 Please file a bug report at https://github.com/ocaml/ocaml/issues" 42 - {failure & jobs > 1 & os != "cygwin"} 42 + {failure & jobs > 1} 43 43 "You can try installing again including --jobs=1 44 44 to force a sequential build instead." 45 - {failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"} 45 + {failure & jobs > 1 & opam-version >= "2.0.5"} 46 46 ] 47 47 available: !(os = "macos" & arch = "arm64")
+4 -4
packages/ocaml-variants/ocaml-variants.4.09.0+fp/opam
··· 24 24 "ASPP=cc -c" 25 25 "--enable-frame-pointers" 26 26 ] {os = "openbsd" | os = "freebsd" | os = "macos"} 27 - [make "-j%{jobs}%" {os != "cygwin"} "world"] 28 - [make "-j%{jobs}%" {os != "cygwin"} "world.opt"] 27 + [make "-j%{jobs}%" "world"] 28 + [make "-j%{jobs}%" "world.opt"] 29 29 ] 30 30 install: [make "install"] 31 31 url { ··· 36 36 "A failure in the middle of the build may be caused by build parallelism 37 37 (enabled by default). 38 38 Please file a bug report at https://github.com/ocaml/ocaml/issues" 39 - {failure & jobs > 1 & os != "cygwin"} 39 + {failure & jobs > 1} 40 40 "You can try installing again including --jobs=1 41 41 to force a sequential build instead." 42 - {failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"} 42 + {failure & jobs > 1 & opam-version >= "2.0.5"} 43 43 ] 44 44 available: !(os = "macos" & arch = "arm64")
+4 -4
packages/ocaml-variants/ocaml-variants.4.09.0+musl+flambda/opam
··· 31 31 "ASPP=musl-gcc -c" 32 32 "--enable-flambda" 33 33 ] {os = "openbsd" | os = "freebsd" | os = "macos" | os = "linux"} 34 - [make "-j%{jobs}%" {os != "cygwin"} "world"] 35 - [make "-j%{jobs}%" {os != "cygwin"} "world.opt"] 34 + [make "-j%{jobs}%" "world"] 35 + [make "-j%{jobs}%" "world.opt"] 36 36 ] 37 37 install: [make "install"] 38 38 url { ··· 43 43 "A failure in the middle of the build may be caused by build parallelism 44 44 (enabled by default). 45 45 Please file a bug report at https://github.com/ocaml/ocaml/issues" 46 - {failure & jobs > 1 & os != "cygwin"} 46 + {failure & jobs > 1} 47 47 "You can try installing again including --jobs=1 48 48 to force a sequential build instead." 49 - {failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"} 49 + {failure & jobs > 1 & opam-version >= "2.0.5"} 50 50 ] 51 51 available: !(os = "macos" & arch = "arm64")
+4 -4
packages/ocaml-variants/ocaml-variants.4.09.0+musl+static+flambda/opam
··· 34 34 "--enable-flambda" 35 35 "LIBS=-static" 36 36 ] {os = "openbsd" | os = "freebsd" | os = "macos" | os = "linux"} 37 - [make "-j%{jobs}%" {os != "cygwin"} "world"] 38 - [make "-j%{jobs}%" {os != "cygwin"} "world.opt"] 37 + [make "-j%{jobs}%" "world"] 38 + [make "-j%{jobs}%" "world.opt"] 39 39 ] 40 40 install: [make "install"] 41 41 url { ··· 46 46 "A failure in the middle of the build may be caused by build parallelism 47 47 (enabled by default). 48 48 Please file a bug report at https://github.com/ocaml/ocaml/issues" 49 - {failure & jobs > 1 & os != "cygwin"} 49 + {failure & jobs > 1} 50 50 "You can try installing again including --jobs=1 51 51 to force a sequential build instead." 52 - {failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"} 52 + {failure & jobs > 1 & opam-version >= "2.0.5"} 53 53 ] 54 54 available: !(os = "macos" & arch = "arm64")
+4 -4
packages/ocaml-variants/ocaml-variants.4.09.0+no-flat-float-array/opam
··· 25 25 "ASPP=cc -c" 26 26 "--disable-flat-float-array" 27 27 ] {os = "openbsd" | os = "freebsd" | os = "macos"} 28 - [make "-j%{jobs}%" {os != "cygwin"} "world"] 29 - [make "-j%{jobs}%" {os != "cygwin"} "world.opt"] 28 + [make "-j%{jobs}%" "world"] 29 + [make "-j%{jobs}%" "world.opt"] 30 30 ] 31 31 install: [make "install"] 32 32 url { ··· 37 37 "A failure in the middle of the build may be caused by build parallelism 38 38 (enabled by default). 39 39 Please file a bug report at https://github.com/ocaml/ocaml/issues" 40 - {failure & jobs > 1 & os != "cygwin"} 40 + {failure & jobs > 1} 41 41 "You can try installing again including --jobs=1 42 42 to force a sequential build instead." 43 - {failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"} 43 + {failure & jobs > 1 & opam-version >= "2.0.5"} 44 44 ] 45 45 available: !(os = "macos" & arch = "arm64")
+4 -4
packages/ocaml-variants/ocaml-variants.4.09.0+spacetime/opam
··· 24 24 "ASPP=cc -c" 25 25 "--enable-spacetime" 26 26 ] {os = "openbsd" | os = "freebsd" | os = "macos"} 27 - [make "-j%{jobs}%" {os != "cygwin"} "world"] 28 - [make "-j%{jobs}%" {os != "cygwin"} "world.opt"] 27 + [make "-j%{jobs}%" "world"] 28 + [make "-j%{jobs}%" "world.opt"] 29 29 ] 30 30 install: [make "install"] 31 31 url { ··· 36 36 "A failure in the middle of the build may be caused by build parallelism 37 37 (enabled by default). 38 38 Please file a bug report at https://github.com/ocaml/ocaml/issues" 39 - {failure & jobs > 1 & os != "cygwin"} 39 + {failure & jobs > 1} 40 40 "You can try installing again including --jobs=1 41 41 to force a sequential build instead." 42 - {failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"} 42 + {failure & jobs > 1 & opam-version >= "2.0.5"} 43 43 ] 44 44 available: !(os = "macos" & arch = "arm64")
+4 -4
packages/ocaml-variants/ocaml-variants.4.09.1+32bit/opam
··· 36 36 "ASPP=gcc -arch i386 -m32 -c" 37 37 "--host" "i386-apple-darwin13.2.0" 38 38 ] {os = "openbsd" | os = "freebsd" | os = "macos"} 39 - [make "-j%{jobs}%" {os != "cygwin"} "world"] 40 - [make "-j%{jobs}%" {os != "cygwin"} "world.opt"] 39 + [make "-j%{jobs}%" "world"] 40 + [make "-j%{jobs}%" "world.opt"] 41 41 ] 42 42 install: [make "install"] 43 43 url { ··· 48 48 "A failure in the middle of the build may be caused by build parallelism 49 49 (enabled by default). 50 50 Please file a bug report at https://github.com/ocaml/ocaml/issues" 51 - {failure & jobs > 1 & os != "cygwin"} 51 + {failure & jobs > 1} 52 52 "You can try installing again including --jobs=1 53 53 to force a sequential build instead." 54 - {failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"} 54 + {failure & jobs > 1 & opam-version >= "2.0.5"} 55 55 ] 56 56 available: !(os = "macos" & arch = "arm64")
+4 -4
packages/ocaml-variants/ocaml-variants.4.09.1+afl+flambda/opam
··· 25 25 "--with-afl" 26 26 "--enable-flambda" 27 27 ] {os = "openbsd" | os = "freebsd" | os = "macos"} 28 - [make "-j%{jobs}%" {os != "cygwin"} "world"] 29 - [make "-j%{jobs}%" {os != "cygwin"} "world.opt"] 28 + [make "-j%{jobs}%" "world"] 29 + [make "-j%{jobs}%" "world.opt"] 30 30 ] 31 31 install: [make "install"] 32 32 url { ··· 37 37 "A failure in the middle of the build may be caused by build parallelism 38 38 (enabled by default). 39 39 Please file a bug report at https://github.com/ocaml/ocaml/issues" 40 - {failure & jobs > 1 & os != "cygwin"} 40 + {failure & jobs > 1} 41 41 "You can try installing again including --jobs=1 42 42 to force a sequential build instead." 43 - {failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"} 43 + {failure & jobs > 1 & opam-version >= "2.0.5"} 44 44 ] 45 45 available: !(os = "macos" & arch = "arm64")
+4 -4
packages/ocaml-variants/ocaml-variants.4.09.1+afl/opam
··· 24 24 "ASPP=cc -c" 25 25 "--with-afl" 26 26 ] {os = "openbsd" | os = "freebsd" | os = "macos"} 27 - [make "-j%{jobs}%" {os != "cygwin"} "world"] 28 - [make "-j%{jobs}%" {os != "cygwin"} "world.opt"] 27 + [make "-j%{jobs}%" "world"] 28 + [make "-j%{jobs}%" "world.opt"] 29 29 ] 30 30 install: [make "install"] 31 31 url { ··· 36 36 "A failure in the middle of the build may be caused by build parallelism 37 37 (enabled by default). 38 38 Please file a bug report at https://github.com/ocaml/ocaml/issues" 39 - {failure & jobs > 1 & os != "cygwin"} 39 + {failure & jobs > 1} 40 40 "You can try installing again including --jobs=1 41 41 to force a sequential build instead." 42 - {failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"} 42 + {failure & jobs > 1 & opam-version >= "2.0.5"} 43 43 ] 44 44 available: !(os = "macos" & arch = "arm64")
+3 -3
packages/ocaml-variants/ocaml-variants.4.09.1+bytecode-only/opam
··· 24 24 "ASPP=cc -c" 25 25 "--disable-native-compiler" 26 26 ] {os = "openbsd" | os = "freebsd" | os = "macos"} 27 - [make "-j%{jobs}%" {os != "cygwin"} "world"] 27 + [make "-j%{jobs}%" "world"] 28 28 ] 29 29 install: [make "install"] 30 30 url { ··· 35 35 "A failure in the middle of the build may be caused by build parallelism 36 36 (enabled by default). 37 37 Please file a bug report at https://github.com/ocaml/ocaml/issues" 38 - {failure & jobs > 1 & os != "cygwin"} 38 + {failure & jobs > 1} 39 39 "You can try installing again including --jobs=1 40 40 to force a sequential build instead." 41 - {failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"} 41 + {failure & jobs > 1 & opam-version >= "2.0.5"} 42 42 ] 43 43 available: !(os = "macos" & arch = "arm64")
+4 -4
packages/ocaml-variants/ocaml-variants.4.09.1+default-unsafe-string/opam
··· 25 25 "ASPP=cc -c" 26 26 "DEFAULT_STRING=unsafe" 27 27 ] {os = "openbsd" | os = "freebsd" | os = "macos"} 28 - [make "-j%{jobs}%" {os != "cygwin"} "world"] 29 - [make "-j%{jobs}%" {os != "cygwin"} "world.opt"] 28 + [make "-j%{jobs}%" "world"] 29 + [make "-j%{jobs}%" "world.opt"] 30 30 ] 31 31 install: [make "install"] 32 32 url { ··· 37 37 "A failure in the middle of the build may be caused by build parallelism 38 38 (enabled by default). 39 39 Please file a bug report at https://github.com/ocaml/ocaml/issues" 40 - {failure & jobs > 1 & os != "cygwin"} 40 + {failure & jobs > 1} 41 41 "You can try installing again including --jobs=1 42 42 to force a sequential build instead." 43 - {failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"} 43 + {failure & jobs > 1 & opam-version >= "2.0.5"} 44 44 ] 45 45 available: !(os = "macos" & arch = "arm64")
+4 -4
packages/ocaml-variants/ocaml-variants.4.09.1+flambda+no-flat-float-array/opam
··· 27 27 "--enable-flambda" 28 28 "--disable-flat-float-array" 29 29 ] {os = "openbsd" | os = "freebsd" | os = "macos"} 30 - [make "-j%{jobs}%" {os != "cygwin"} "world"] 31 - [make "-j%{jobs}%" {os != "cygwin"} "world.opt"] 30 + [make "-j%{jobs}%" "world"] 31 + [make "-j%{jobs}%" "world.opt"] 32 32 ] 33 33 install: [make "install"] 34 34 url { ··· 39 39 "A failure in the middle of the build may be caused by build parallelism 40 40 (enabled by default). 41 41 Please file a bug report at https://github.com/ocaml/ocaml/issues" 42 - {failure & jobs > 1 & os != "cygwin"} 42 + {failure & jobs > 1} 43 43 "You can try installing again including --jobs=1 44 44 to force a sequential build instead." 45 - {failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"} 45 + {failure & jobs > 1 & opam-version >= "2.0.5"} 46 46 ] 47 47 available: !(os = "macos" & arch = "arm64")
+4 -4
packages/ocaml-variants/ocaml-variants.4.09.1+flambda/opam
··· 24 24 "ASPP=cc -c" 25 25 "--enable-flambda" 26 26 ] {os = "openbsd" | os = "freebsd" | os = "macos"} 27 - [make "-j%{jobs}%" {os != "cygwin"} "world"] 28 - [make "-j%{jobs}%" {os != "cygwin"} "world.opt"] 27 + [make "-j%{jobs}%" "world"] 28 + [make "-j%{jobs}%" "world.opt"] 29 29 ] 30 30 install: [make "install"] 31 31 url { ··· 36 36 "A failure in the middle of the build may be caused by build parallelism 37 37 (enabled by default). 38 38 Please file a bug report at https://github.com/ocaml/ocaml/issues" 39 - {failure & jobs > 1 & os != "cygwin"} 39 + {failure & jobs > 1} 40 40 "You can try installing again including --jobs=1 41 41 to force a sequential build instead." 42 - {failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"} 42 + {failure & jobs > 1 & opam-version >= "2.0.5"} 43 43 ] 44 44 available: !(os = "macos" & arch = "arm64")
+4 -4
packages/ocaml-variants/ocaml-variants.4.09.1+force-safe-string/opam
··· 25 25 "ASPP=cc -c" 26 26 "--enable-force-safe-string" 27 27 ] {os = "openbsd" | os = "freebsd" | os = "macos"} 28 - [make "-j%{jobs}%" {os != "cygwin"} "world"] 29 - [make "-j%{jobs}%" {os != "cygwin"} "world.opt"] 28 + [make "-j%{jobs}%" "world"] 29 + [make "-j%{jobs}%" "world.opt"] 30 30 ] 31 31 install: [make "install"] 32 32 url { ··· 37 37 "A failure in the middle of the build may be caused by build parallelism 38 38 (enabled by default). 39 39 Please file a bug report at https://github.com/ocaml/ocaml/issues" 40 - {failure & jobs > 1 & os != "cygwin"} 40 + {failure & jobs > 1} 41 41 "You can try installing again including --jobs=1 42 42 to force a sequential build instead." 43 - {failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"} 43 + {failure & jobs > 1 & opam-version >= "2.0.5"} 44 44 ] 45 45 available: !(os = "macos" & arch = "arm64")
+4 -4
packages/ocaml-variants/ocaml-variants.4.09.1+fp+flambda/opam
··· 27 27 "--enable-frame-pointers" 28 28 "--enable-flambda" 29 29 ] {os = "openbsd" | os = "freebsd" | os = "macos"} 30 - [make "-j%{jobs}%" {os != "cygwin"} "world"] 31 - [make "-j%{jobs}%" {os != "cygwin"} "world.opt"] 30 + [make "-j%{jobs}%" "world"] 31 + [make "-j%{jobs}%" "world.opt"] 32 32 ] 33 33 install: [make "install"] 34 34 url { ··· 39 39 "A failure in the middle of the build may be caused by build parallelism 40 40 (enabled by default). 41 41 Please file a bug report at https://github.com/ocaml/ocaml/issues" 42 - {failure & jobs > 1 & os != "cygwin"} 42 + {failure & jobs > 1} 43 43 "You can try installing again including --jobs=1 44 44 to force a sequential build instead." 45 - {failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"} 45 + {failure & jobs > 1 & opam-version >= "2.0.5"} 46 46 ] 47 47 available: !(os = "macos" & arch = "arm64")
+4 -4
packages/ocaml-variants/ocaml-variants.4.09.1+fp/opam
··· 24 24 "ASPP=cc -c" 25 25 "--enable-frame-pointers" 26 26 ] {os = "openbsd" | os = "freebsd" | os = "macos"} 27 - [make "-j%{jobs}%" {os != "cygwin"} "world"] 28 - [make "-j%{jobs}%" {os != "cygwin"} "world.opt"] 27 + [make "-j%{jobs}%" "world"] 28 + [make "-j%{jobs}%" "world.opt"] 29 29 ] 30 30 install: [make "install"] 31 31 url { ··· 36 36 "A failure in the middle of the build may be caused by build parallelism 37 37 (enabled by default). 38 38 Please file a bug report at https://github.com/ocaml/ocaml/issues" 39 - {failure & jobs > 1 & os != "cygwin"} 39 + {failure & jobs > 1} 40 40 "You can try installing again including --jobs=1 41 41 to force a sequential build instead." 42 - {failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"} 42 + {failure & jobs > 1 & opam-version >= "2.0.5"} 43 43 ] 44 44 available: !(os = "macos" & arch = "arm64")
+4 -4
packages/ocaml-variants/ocaml-variants.4.09.1+musl+flambda/opam
··· 31 31 "ASPP=musl-gcc -c" 32 32 "--enable-flambda" 33 33 ] {os = "openbsd" | os = "freebsd" | os = "macos" | os = "linux"} 34 - [make "-j%{jobs}%" {os != "cygwin"} "world"] 35 - [make "-j%{jobs}%" {os != "cygwin"} "world.opt"] 34 + [make "-j%{jobs}%" "world"] 35 + [make "-j%{jobs}%" "world.opt"] 36 36 ] 37 37 install: [make "install"] 38 38 url { ··· 43 43 "A failure in the middle of the build may be caused by build parallelism 44 44 (enabled by default). 45 45 Please file a bug report at https://github.com/ocaml/ocaml/issues" 46 - {failure & jobs > 1 & os != "cygwin"} 46 + {failure & jobs > 1} 47 47 "You can try installing again including --jobs=1 48 48 to force a sequential build instead." 49 - {failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"} 49 + {failure & jobs > 1 & opam-version >= "2.0.5"} 50 50 ] 51 51 available: !(os = "macos" & arch = "arm64")
+4 -4
packages/ocaml-variants/ocaml-variants.4.09.1+musl+static+flambda/opam
··· 34 34 "--enable-flambda" 35 35 "LIBS=-static" 36 36 ] {os = "openbsd" | os = "freebsd" | os = "macos" | os = "linux"} 37 - [make "-j%{jobs}%" {os != "cygwin"} "world"] 38 - [make "-j%{jobs}%" {os != "cygwin"} "world.opt"] 37 + [make "-j%{jobs}%" "world"] 38 + [make "-j%{jobs}%" "world.opt"] 39 39 ] 40 40 install: [make "install"] 41 41 url { ··· 46 46 "A failure in the middle of the build may be caused by build parallelism 47 47 (enabled by default). 48 48 Please file a bug report at https://github.com/ocaml/ocaml/issues" 49 - {failure & jobs > 1 & os != "cygwin"} 49 + {failure & jobs > 1} 50 50 "You can try installing again including --jobs=1 51 51 to force a sequential build instead." 52 - {failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"} 52 + {failure & jobs > 1 & opam-version >= "2.0.5"} 53 53 ] 54 54 available: !(os = "macos" & arch = "arm64")
+4 -4
packages/ocaml-variants/ocaml-variants.4.09.1+no-flat-float-array/opam
··· 25 25 "ASPP=cc -c" 26 26 "--disable-flat-float-array" 27 27 ] {os = "openbsd" | os = "freebsd" | os = "macos"} 28 - [make "-j%{jobs}%" {os != "cygwin"} "world"] 29 - [make "-j%{jobs}%" {os != "cygwin"} "world.opt"] 28 + [make "-j%{jobs}%" "world"] 29 + [make "-j%{jobs}%" "world.opt"] 30 30 ] 31 31 install: [make "install"] 32 32 url { ··· 37 37 "A failure in the middle of the build may be caused by build parallelism 38 38 (enabled by default). 39 39 Please file a bug report at https://github.com/ocaml/ocaml/issues" 40 - {failure & jobs > 1 & os != "cygwin"} 40 + {failure & jobs > 1} 41 41 "You can try installing again including --jobs=1 42 42 to force a sequential build instead." 43 - {failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"} 43 + {failure & jobs > 1 & opam-version >= "2.0.5"} 44 44 ] 45 45 available: !(os = "macos" & arch = "arm64")
+4 -4
packages/ocaml-variants/ocaml-variants.4.09.1+spacetime/opam
··· 24 24 "ASPP=cc -c" 25 25 "--enable-spacetime" 26 26 ] {os = "openbsd" | os = "freebsd" | os = "macos"} 27 - [make "-j%{jobs}%" {os != "cygwin"} "world"] 28 - [make "-j%{jobs}%" {os != "cygwin"} "world.opt"] 27 + [make "-j%{jobs}%" "world"] 28 + [make "-j%{jobs}%" "world.opt"] 29 29 ] 30 30 install: [make "install"] 31 31 url { ··· 36 36 "A failure in the middle of the build may be caused by build parallelism 37 37 (enabled by default). 38 38 Please file a bug report at https://github.com/ocaml/ocaml/issues" 39 - {failure & jobs > 1 & os != "cygwin"} 39 + {failure & jobs > 1} 40 40 "You can try installing again including --jobs=1 41 41 to force a sequential build instead." 42 - {failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"} 42 + {failure & jobs > 1 & opam-version >= "2.0.5"} 43 43 ] 44 44 available: !(os = "macos" & arch = "arm64")
+4 -4
packages/ocaml-variants/ocaml-variants.4.09.1+trunk+afl/opam
··· 21 21 "ASPP=cc -c" 22 22 "--with-afl" 23 23 ] {os = "openbsd" | os = "freebsd" | os = "macos"} 24 - [make "-j%{jobs}%" {os != "cygwin"} "world"] 25 - [make "-j%{jobs}%" {os != "cygwin"} "world.opt"] 24 + [make "-j%{jobs}%" "world"] 25 + [make "-j%{jobs}%" "world.opt"] 26 26 ] 27 27 install: [make "install"] 28 28 url { ··· 32 32 "A failure in the middle of the build may be caused by build parallelism 33 33 (enabled by default). 34 34 See https://github.com/ocaml/opam-repository/pull/14257 for more info." 35 - {failure & jobs > 1 & os != "cygwin"} 35 + {failure & jobs > 1} 36 36 "You can try installing again including --jobs=1 37 37 to force a sequential build instead." 38 - {failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"} 38 + {failure & jobs > 1 & opam-version >= "2.0.5"} 39 39 ] 40 40 available: !(os = "macos" & arch = "arm64")
+4 -4
packages/ocaml-variants/ocaml-variants.4.09.1+trunk+default-unsafe-string/opam
··· 30 30 "CC=cc" 31 31 "ASPP=cc -c" 32 32 ] {os = "openbsd" | os = "freebsd" | os = "macos"} 33 - [make "-j%{jobs}%" {os != "cygwin"} "world"] 34 - [make "-j%{jobs}%" {os != "cygwin"} "world.opt"] 33 + [make "-j%{jobs}%" "world"] 34 + [make "-j%{jobs}%" "world.opt"] 35 35 ] 36 36 install: [make "install"] 37 37 url { ··· 41 41 "A failure in the middle of the build may be caused by build parallelism 42 42 (enabled by default). 43 43 See https://github.com/ocaml/opam-repository/pull/14257 for more info." 44 - {failure & jobs > 1 & os != "cygwin"} 44 + {failure & jobs > 1} 45 45 "You can try installing again including --jobs=1 46 46 to force a sequential build instead." 47 - {failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"} 47 + {failure & jobs > 1 & opam-version >= "2.0.5"} 48 48 ] 49 49 available: !(os = "macos" & arch = "arm64")
+4 -4
packages/ocaml-variants/ocaml-variants.4.09.1+trunk+flambda/opam
··· 21 21 "CC=cc" 22 22 "ASPP=cc -c" 23 23 ] {os = "openbsd" | os = "freebsd" | os = "macos"} 24 - [make "-j%{jobs}%" {os != "cygwin"} "world"] 25 - [make "-j%{jobs}%" {os != "cygwin"} "world.opt"] 24 + [make "-j%{jobs}%" "world"] 25 + [make "-j%{jobs}%" "world.opt"] 26 26 ] 27 27 install: [make "install"] 28 28 url { ··· 32 32 "A failure in the middle of the build may be caused by build parallelism 33 33 (enabled by default). 34 34 See https://github.com/ocaml/opam-repository/pull/14257 for more info." 35 - {failure & jobs > 1 & os != "cygwin"} 35 + {failure & jobs > 1} 36 36 "You can try installing again including --jobs=1 37 37 to force a sequential build instead." 38 - {failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"} 38 + {failure & jobs > 1 & opam-version >= "2.0.5"} 39 39 ] 40 40 available: !(os = "macos" & arch = "arm64")
+4 -4
packages/ocaml-variants/ocaml-variants.4.09.1+trunk+fp+flambda/opam
··· 30 30 "CC=cc" 31 31 "ASPP=cc -c" 32 32 ] {os = "openbsd" | os = "freebsd" | os = "macos"} 33 - [make "-j%{jobs}%" {os != "cygwin"} "world"] 34 - [make "-j%{jobs}%" {os != "cygwin"} "world.opt"] 33 + [make "-j%{jobs}%" "world"] 34 + [make "-j%{jobs}%" "world.opt"] 35 35 ] 36 36 install: [make "install"] 37 37 url { ··· 41 41 "A failure in the middle of the build may be caused by build parallelism 42 42 (enabled by default). 43 43 See https://github.com/ocaml/opam-repository/pull/14257 for more info." 44 - {failure & jobs > 1 & os != "cygwin"} 44 + {failure & jobs > 1} 45 45 "You can try installing again including --jobs=1 46 46 to force a sequential build instead." 47 - {failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"} 47 + {failure & jobs > 1 & opam-version >= "2.0.5"} 48 48 ] 49 49 available: !(os = "macos" & arch = "arm64")
+4 -4
packages/ocaml-variants/ocaml-variants.4.09.1+trunk+fp/opam
··· 28 28 "CC=cc" 29 29 "ASPP=cc -c" 30 30 ] {os = "openbsd" | os = "freebsd" | os = "macos"} 31 - [make "-j%{jobs}%" {os != "cygwin"} "world"] 32 - [make "-j%{jobs}%" {os != "cygwin"} "world.opt"] 31 + [make "-j%{jobs}%" "world"] 32 + [make "-j%{jobs}%" "world.opt"] 33 33 ] 34 34 install: [make "install"] 35 35 url { ··· 39 39 "A failure in the middle of the build may be caused by build parallelism 40 40 (enabled by default). 41 41 See https://github.com/ocaml/opam-repository/pull/14257 for more info." 42 - {failure & jobs > 1 & os != "cygwin"} 42 + {failure & jobs > 1} 43 43 "You can try installing again including --jobs=1 44 44 to force a sequential build instead." 45 - {failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"} 45 + {failure & jobs > 1 & opam-version >= "2.0.5"} 46 46 ] 47 47 available: !(os = "macos" & arch = "arm64")
+4 -4
packages/ocaml-variants/ocaml-variants.4.09.1+trunk/opam
··· 20 20 "CC=cc" 21 21 "ASPP=cc -c" 22 22 ] {os = "openbsd" | os = "freebsd" | os = "macos"} 23 - [make "-j%{jobs}%" {os != "cygwin"} "world"] 24 - [make "-j%{jobs}%" {os != "cygwin"} "world.opt"] 23 + [make "-j%{jobs}%" "world"] 24 + [make "-j%{jobs}%" "world.opt"] 25 25 ] 26 26 install: [make "install"] 27 27 url { ··· 31 31 "A failure in the middle of the build may be caused by build parallelism 32 32 (enabled by default). 33 33 See https://github.com/ocaml/opam-repository/pull/14257 for more info." 34 - {failure & jobs > 1 & os != "cygwin"} 34 + {failure & jobs > 1} 35 35 "You can try installing again including --jobs=1 36 36 to force a sequential build instead." 37 - {failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"} 37 + {failure & jobs > 1 & opam-version >= "2.0.5"} 38 38 ] 39 39 available: !(os = "macos" & arch = "arm64")
+4 -4
packages/ocaml-variants/ocaml-variants.4.10.0+32bit/opam
··· 36 36 "ASPP=gcc -arch i386 -m32 -c" 37 37 "--host" "i386-apple-darwin13.2.0" 38 38 ] {os = "openbsd" | os = "freebsd" | os = "macos"} 39 - [make "-j%{jobs}%" {os != "cygwin"} "world"] 40 - [make "-j%{jobs}%" {os != "cygwin"} "world.opt"] 39 + [make "-j%{jobs}%" "world"] 40 + [make "-j%{jobs}%" "world.opt"] 41 41 ] 42 42 install: [make "install"] 43 43 url { ··· 48 48 "A failure in the middle of the build may be caused by build parallelism 49 49 (enabled by default). 50 50 Please file a bug report at https://github.com/ocaml/ocaml/issues" 51 - {failure & jobs > 1 & os != "cygwin"} 51 + {failure & jobs > 1} 52 52 "You can try installing again including --jobs=1 53 53 to force a sequential build instead." 54 - {failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"} 54 + {failure & jobs > 1 & opam-version >= "2.0.5"} 55 55 ] 56 56 available: !(os = "macos" & arch = "arm64")
+4 -4
packages/ocaml-variants/ocaml-variants.4.10.0+afl/opam
··· 24 24 "ASPP=cc -c" 25 25 "--with-afl" 26 26 ] {os = "openbsd" | os = "freebsd" | os = "macos"} 27 - [make "-j%{jobs}%" {os != "cygwin"} "world"] 28 - [make "-j%{jobs}%" {os != "cygwin"} "world.opt"] 27 + [make "-j%{jobs}%" "world"] 28 + [make "-j%{jobs}%" "world.opt"] 29 29 ] 30 30 install: [make "install"] 31 31 url { ··· 36 36 "A failure in the middle of the build may be caused by build parallelism 37 37 (enabled by default). 38 38 Please file a bug report at https://github.com/ocaml/ocaml/issues" 39 - {failure & jobs > 1 & os != "cygwin"} 39 + {failure & jobs > 1} 40 40 "You can try installing again including --jobs=1 41 41 to force a sequential build instead." 42 - {failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"} 42 + {failure & jobs > 1 & opam-version >= "2.0.5"} 43 43 ] 44 44 available: !(os = "macos" & arch = "arm64")
+3 -3
packages/ocaml-variants/ocaml-variants.4.10.0+bytecode-only/opam
··· 24 24 "ASPP=cc -c" 25 25 "--disable-native-compiler" 26 26 ] {os = "openbsd" | os = "freebsd" | os = "macos"} 27 - [make "-j%{jobs}%" {os != "cygwin"} "world"] 27 + [make "-j%{jobs}%" "world"] 28 28 ] 29 29 install: [make "install"] 30 30 url { ··· 35 35 "A failure in the middle of the build may be caused by build parallelism 36 36 (enabled by default). 37 37 Please file a bug report at https://github.com/ocaml/ocaml/issues" 38 - {failure & jobs > 1 & os != "cygwin"} 38 + {failure & jobs > 1} 39 39 "You can try installing again including --jobs=1 40 40 to force a sequential build instead." 41 - {failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"} 41 + {failure & jobs > 1 & opam-version >= "2.0.5"} 42 42 ] 43 43 available: !(os = "macos" & arch = "arm64")
+4 -4
packages/ocaml-variants/ocaml-variants.4.10.0+default-unsafe-string/opam
··· 30 30 "ASPP=cc -c" 31 31 "DEFAULT_STRING=unsafe" 32 32 ] {os = "openbsd" | os = "freebsd" | os = "macos"} 33 - [make "-j%{jobs}%" {os != "cygwin"} "world"] 34 - [make "-j%{jobs}%" {os != "cygwin"} "world.opt"] 33 + [make "-j%{jobs}%" "world"] 34 + [make "-j%{jobs}%" "world.opt"] 35 35 ] 36 36 install: [make "install"] 37 37 url { ··· 42 42 "A failure in the middle of the build may be caused by build parallelism 43 43 (enabled by default). 44 44 Please file a bug report at https://github.com/ocaml/ocaml/issues" 45 - {failure & jobs > 1 & os != "cygwin"} 45 + {failure & jobs > 1} 46 46 "You can try installing again including --jobs=1 47 47 to force a sequential build instead." 48 - {failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"} 48 + {failure & jobs > 1 & opam-version >= "2.0.5"} 49 49 ] 50 50 available: !(os = "macos" & arch = "arm64")
+4 -4
packages/ocaml-variants/ocaml-variants.4.10.0+flambda+no-flat-float-array/opam
··· 27 27 "--enable-flambda" 28 28 "--disable-flat-float-array" 29 29 ] {os = "openbsd" | os = "freebsd" | os = "macos"} 30 - [make "-j%{jobs}%" {os != "cygwin"} "world"] 31 - [make "-j%{jobs}%" {os != "cygwin"} "world.opt"] 30 + [make "-j%{jobs}%" "world"] 31 + [make "-j%{jobs}%" "world.opt"] 32 32 ] 33 33 install: [make "install"] 34 34 url { ··· 39 39 "A failure in the middle of the build may be caused by build parallelism 40 40 (enabled by default). 41 41 Please file a bug report at https://github.com/ocaml/ocaml/issues" 42 - {failure & jobs > 1 & os != "cygwin"} 42 + {failure & jobs > 1} 43 43 "You can try installing again including --jobs=1 44 44 to force a sequential build instead." 45 - {failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"} 45 + {failure & jobs > 1 & opam-version >= "2.0.5"} 46 46 ] 47 47 available: !(os = "macos" & arch = "arm64")
+4 -4
packages/ocaml-variants/ocaml-variants.4.10.0+flambda/opam
··· 24 24 "ASPP=cc -c" 25 25 "--enable-flambda" 26 26 ] {os = "openbsd" | os = "freebsd" | os = "macos"} 27 - [make "-j%{jobs}%" {os != "cygwin"} "world"] 28 - [make "-j%{jobs}%" {os != "cygwin"} "world.opt"] 27 + [make "-j%{jobs}%" "world"] 28 + [make "-j%{jobs}%" "world.opt"] 29 29 ] 30 30 install: [make "install"] 31 31 url { ··· 36 36 "A failure in the middle of the build may be caused by build parallelism 37 37 (enabled by default). 38 38 Please file a bug report at https://github.com/ocaml/ocaml/issues" 39 - {failure & jobs > 1 & os != "cygwin"} 39 + {failure & jobs > 1} 40 40 "You can try installing again including --jobs=1 41 41 to force a sequential build instead." 42 - {failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"} 42 + {failure & jobs > 1 & opam-version >= "2.0.5"} 43 43 ] 44 44 available: !(os = "macos" & arch = "arm64")
+4 -4
packages/ocaml-variants/ocaml-variants.4.10.0+fp+flambda/opam
··· 27 27 "--enable-frame-pointers" 28 28 "--enable-flambda" 29 29 ] {os = "openbsd" | os = "freebsd" | os = "macos"} 30 - [make "-j%{jobs}%" {os != "cygwin"} "world"] 31 - [make "-j%{jobs}%" {os != "cygwin"} "world.opt"] 30 + [make "-j%{jobs}%" "world"] 31 + [make "-j%{jobs}%" "world.opt"] 32 32 ] 33 33 install: [make "install"] 34 34 url { ··· 39 39 "A failure in the middle of the build may be caused by build parallelism 40 40 (enabled by default). 41 41 Please file a bug report at https://github.com/ocaml/ocaml/issues" 42 - {failure & jobs > 1 & os != "cygwin"} 42 + {failure & jobs > 1} 43 43 "You can try installing again including --jobs=1 44 44 to force a sequential build instead." 45 - {failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"} 45 + {failure & jobs > 1 & opam-version >= "2.0.5"} 46 46 ] 47 47 available: !(os = "macos" & arch = "arm64")
+4 -4
packages/ocaml-variants/ocaml-variants.4.10.0+fp/opam
··· 24 24 "ASPP=cc -c" 25 25 "--enable-frame-pointers" 26 26 ] {os = "openbsd" | os = "freebsd" | os = "macos"} 27 - [make "-j%{jobs}%" {os != "cygwin"} "world"] 28 - [make "-j%{jobs}%" {os != "cygwin"} "world.opt"] 27 + [make "-j%{jobs}%" "world"] 28 + [make "-j%{jobs}%" "world.opt"] 29 29 ] 30 30 install: [make "install"] 31 31 url { ··· 36 36 "A failure in the middle of the build may be caused by build parallelism 37 37 (enabled by default). 38 38 Please file a bug report at https://github.com/ocaml/ocaml/issues" 39 - {failure & jobs > 1 & os != "cygwin"} 39 + {failure & jobs > 1} 40 40 "You can try installing again including --jobs=1 41 41 to force a sequential build instead." 42 - {failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"} 42 + {failure & jobs > 1 & opam-version >= "2.0.5"} 43 43 ] 44 44 available: !(os = "macos" & arch = "arm64")
+4 -4
packages/ocaml-variants/ocaml-variants.4.10.0+musl+flambda/opam
··· 31 31 "ASPP=musl-gcc -c" 32 32 "--enable-flambda" 33 33 ] {os = "openbsd" | os = "freebsd" | os = "macos" | os = "linux"} 34 - [make "-j%{jobs}%" {os != "cygwin"} "world"] 35 - [make "-j%{jobs}%" {os != "cygwin"} "world.opt"] 34 + [make "-j%{jobs}%" "world"] 35 + [make "-j%{jobs}%" "world.opt"] 36 36 ] 37 37 install: [make "install"] 38 38 url { ··· 43 43 "A failure in the middle of the build may be caused by build parallelism 44 44 (enabled by default). 45 45 Please file a bug report at https://github.com/ocaml/ocaml/issues" 46 - {failure & jobs > 1 & os != "cygwin"} 46 + {failure & jobs > 1} 47 47 "You can try installing again including --jobs=1 48 48 to force a sequential build instead." 49 - {failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"} 49 + {failure & jobs > 1 & opam-version >= "2.0.5"} 50 50 ] 51 51 available: !(os = "macos" & arch = "arm64")
+4 -4
packages/ocaml-variants/ocaml-variants.4.10.0+musl+static+flambda/opam
··· 34 34 "--enable-flambda" 35 35 "LIBS=-static" 36 36 ] {os = "openbsd" | os = "freebsd" | os = "macos" | os = "linux"} 37 - [make "-j%{jobs}%" {os != "cygwin"} "world"] 38 - [make "-j%{jobs}%" {os != "cygwin"} "world.opt"] 37 + [make "-j%{jobs}%" "world"] 38 + [make "-j%{jobs}%" "world.opt"] 39 39 ] 40 40 install: [make "install"] 41 41 url { ··· 46 46 "A failure in the middle of the build may be caused by build parallelism 47 47 (enabled by default). 48 48 Please file a bug report at https://github.com/ocaml/ocaml/issues" 49 - {failure & jobs > 1 & os != "cygwin"} 49 + {failure & jobs > 1} 50 50 "You can try installing again including --jobs=1 51 51 to force a sequential build instead." 52 - {failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"} 52 + {failure & jobs > 1 & opam-version >= "2.0.5"} 53 53 ] 54 54 available: !(os = "macos" & arch = "arm64")
+4 -4
packages/ocaml-variants/ocaml-variants.4.10.0+nnpcheck/opam
··· 24 24 "ASPP=cc -c" 25 25 "--disable-naked-pointers" 26 26 ] {os = "openbsd" | os = "freebsd" | os = "macos"} 27 - [make "-j%{jobs}%" {os != "cygwin"} "world"] 28 - [make "-j%{jobs}%" {os != "cygwin"} "world.opt"] 27 + [make "-j%{jobs}%" "world"] 28 + [make "-j%{jobs}%" "world.opt"] 29 29 ] 30 30 install: [make "install"] 31 31 url { ··· 35 35 "A failure in the middle of the build may be caused by build parallelism 36 36 (enabled by default). 37 37 Please file a bug report at https://github.com/ocaml/ocaml/issues" 38 - {failure & jobs > 1 & os != "cygwin"} 38 + {failure & jobs > 1} 39 39 "You can try installing again including --jobs=1 40 40 to force a sequential build instead." 41 - {failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"} 41 + {failure & jobs > 1 & opam-version >= "2.0.5"} 42 42 ] 43 43 available: !(os = "macos" & arch = "arm64")
+4 -4
packages/ocaml-variants/ocaml-variants.4.10.0+no-flat-float-array/opam
··· 25 25 "ASPP=cc -c" 26 26 "--disable-flat-float-array" 27 27 ] {os = "openbsd" | os = "freebsd" | os = "macos"} 28 - [make "-j%{jobs}%" {os != "cygwin"} "world"] 29 - [make "-j%{jobs}%" {os != "cygwin"} "world.opt"] 28 + [make "-j%{jobs}%" "world"] 29 + [make "-j%{jobs}%" "world.opt"] 30 30 ] 31 31 install: [make "install"] 32 32 url { ··· 37 37 "A failure in the middle of the build may be caused by build parallelism 38 38 (enabled by default). 39 39 Please file a bug report at https://github.com/ocaml/ocaml/issues" 40 - {failure & jobs > 1 & os != "cygwin"} 40 + {failure & jobs > 1} 41 41 "You can try installing again including --jobs=1 42 42 to force a sequential build instead." 43 - {failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"} 43 + {failure & jobs > 1 & opam-version >= "2.0.5"} 44 44 ] 45 45 available: !(os = "macos" & arch = "arm64")
+4 -4
packages/ocaml-variants/ocaml-variants.4.10.0+spacetime/opam
··· 24 24 "ASPP=cc -c" 25 25 "--enable-spacetime" 26 26 ] {os = "openbsd" | os = "freebsd" | os = "macos"} 27 - [make "-j%{jobs}%" {os != "cygwin"} "world"] 28 - [make "-j%{jobs}%" {os != "cygwin"} "world.opt"] 27 + [make "-j%{jobs}%" "world"] 28 + [make "-j%{jobs}%" "world.opt"] 29 29 ] 30 30 install: [make "install"] 31 31 url { ··· 36 36 "A failure in the middle of the build may be caused by build parallelism 37 37 (enabled by default). 38 38 Please file a bug report at https://github.com/ocaml/ocaml/issues" 39 - {failure & jobs > 1 & os != "cygwin"} 39 + {failure & jobs > 1} 40 40 "You can try installing again including --jobs=1 41 41 to force a sequential build instead." 42 - {failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"} 42 + {failure & jobs > 1 & opam-version >= "2.0.5"} 43 43 ] 44 44 available: !(os = "macos" & arch = "arm64")
+4 -4
packages/ocaml-variants/ocaml-variants.4.10.1+32bit/opam
··· 36 36 "ASPP=gcc -arch i386 -m32 -c" 37 37 "--host" "i386-apple-darwin13.2.0" 38 38 ] {os = "openbsd" | os = "freebsd" | os = "macos"} 39 - [make "-j%{jobs}%" {os != "cygwin"} "world"] 40 - [make "-j%{jobs}%" {os != "cygwin"} "world.opt"] 39 + [make "-j%{jobs}%" "world"] 40 + [make "-j%{jobs}%" "world.opt"] 41 41 ] 42 42 install: [make "install"] 43 43 url { ··· 48 48 "A failure in the middle of the build may be caused by build parallelism 49 49 (enabled by default). 50 50 Please file a bug report at https://github.com/ocaml/ocaml/issues" 51 - {failure & jobs > 1 & os != "cygwin"} 51 + {failure & jobs > 1} 52 52 "You can try installing again including --jobs=1 53 53 to force a sequential build instead." 54 - {failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"} 54 + {failure & jobs > 1 & opam-version >= "2.0.5"} 55 55 ] 56 56 available: !(os = "macos" & arch = "arm64")
+4 -4
packages/ocaml-variants/ocaml-variants.4.10.1+afl/opam
··· 24 24 "ASPP=cc -c" 25 25 "--with-afl" 26 26 ] {os = "openbsd" | os = "freebsd" | os = "macos"} 27 - [make "-j%{jobs}%" {os != "cygwin"} "world"] 28 - [make "-j%{jobs}%" {os != "cygwin"} "world.opt"] 27 + [make "-j%{jobs}%" "world"] 28 + [make "-j%{jobs}%" "world.opt"] 29 29 ] 30 30 install: [make "install"] 31 31 url { ··· 36 36 "A failure in the middle of the build may be caused by build parallelism 37 37 (enabled by default). 38 38 Please file a bug report at https://github.com/ocaml/ocaml/issues" 39 - {failure & jobs > 1 & os != "cygwin"} 39 + {failure & jobs > 1} 40 40 "You can try installing again including --jobs=1 41 41 to force a sequential build instead." 42 - {failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"} 42 + {failure & jobs > 1 & opam-version >= "2.0.5"} 43 43 ] 44 44 available: !(os = "macos" & arch = "arm64")
+3 -3
packages/ocaml-variants/ocaml-variants.4.10.1+bytecode-only/opam
··· 24 24 "ASPP=cc -c" 25 25 "--disable-native-compiler" 26 26 ] {os = "openbsd" | os = "freebsd" | os = "macos"} 27 - [make "-j%{jobs}%" {os != "cygwin"} "world"] 27 + [make "-j%{jobs}%" "world"] 28 28 ] 29 29 install: [make "install"] 30 30 url { ··· 35 35 "A failure in the middle of the build may be caused by build parallelism 36 36 (enabled by default). 37 37 Please file a bug report at https://github.com/ocaml/ocaml/issues" 38 - {failure & jobs > 1 & os != "cygwin"} 38 + {failure & jobs > 1} 39 39 "You can try installing again including --jobs=1 40 40 to force a sequential build instead." 41 - {failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"} 41 + {failure & jobs > 1 & opam-version >= "2.0.5"} 42 42 ] 43 43 available: !(os = "macos" & arch = "arm64")
+4 -4
packages/ocaml-variants/ocaml-variants.4.10.1+default-unsafe-string/opam
··· 30 30 "ASPP=cc -c" 31 31 "DEFAULT_STRING=unsafe" 32 32 ] {os = "openbsd" | os = "freebsd" | os = "macos"} 33 - [make "-j%{jobs}%" {os != "cygwin"} "world"] 34 - [make "-j%{jobs}%" {os != "cygwin"} "world.opt"] 33 + [make "-j%{jobs}%" "world"] 34 + [make "-j%{jobs}%" "world.opt"] 35 35 ] 36 36 install: [make "install"] 37 37 url { ··· 42 42 "A failure in the middle of the build may be caused by build parallelism 43 43 (enabled by default). 44 44 Please file a bug report at https://github.com/ocaml/ocaml/issues" 45 - {failure & jobs > 1 & os != "cygwin"} 45 + {failure & jobs > 1} 46 46 "You can try installing again including --jobs=1 47 47 to force a sequential build instead." 48 - {failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"} 48 + {failure & jobs > 1 & opam-version >= "2.0.5"} 49 49 ] 50 50 available: !(os = "macos" & arch = "arm64")
+4 -4
packages/ocaml-variants/ocaml-variants.4.10.1+flambda+no-flat-float-array/opam
··· 27 27 "--enable-flambda" 28 28 "--disable-flat-float-array" 29 29 ] {os = "openbsd" | os = "freebsd" | os = "macos"} 30 - [make "-j%{jobs}%" {os != "cygwin"} "world"] 31 - [make "-j%{jobs}%" {os != "cygwin"} "world.opt"] 30 + [make "-j%{jobs}%" "world"] 31 + [make "-j%{jobs}%" "world.opt"] 32 32 ] 33 33 install: [make "install"] 34 34 url { ··· 39 39 "A failure in the middle of the build may be caused by build parallelism 40 40 (enabled by default). 41 41 Please file a bug report at https://github.com/ocaml/ocaml/issues" 42 - {failure & jobs > 1 & os != "cygwin"} 42 + {failure & jobs > 1} 43 43 "You can try installing again including --jobs=1 44 44 to force a sequential build instead." 45 - {failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"} 45 + {failure & jobs > 1 & opam-version >= "2.0.5"} 46 46 ] 47 47 available: !(os = "macos" & arch = "arm64")
+4 -4
packages/ocaml-variants/ocaml-variants.4.10.1+flambda/opam
··· 24 24 "ASPP=cc -c" 25 25 "--enable-flambda" 26 26 ] {os = "openbsd" | os = "freebsd" | os = "macos"} 27 - [make "-j%{jobs}%" {os != "cygwin"} "world"] 28 - [make "-j%{jobs}%" {os != "cygwin"} "world.opt"] 27 + [make "-j%{jobs}%" "world"] 28 + [make "-j%{jobs}%" "world.opt"] 29 29 ] 30 30 install: [make "install"] 31 31 url { ··· 36 36 "A failure in the middle of the build may be caused by build parallelism 37 37 (enabled by default). 38 38 Please file a bug report at https://github.com/ocaml/ocaml/issues" 39 - {failure & jobs > 1 & os != "cygwin"} 39 + {failure & jobs > 1} 40 40 "You can try installing again including --jobs=1 41 41 to force a sequential build instead." 42 - {failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"} 42 + {failure & jobs > 1 & opam-version >= "2.0.5"} 43 43 ] 44 44 available: !(os = "macos" & arch = "arm64")
+4 -4
packages/ocaml-variants/ocaml-variants.4.10.1+fp+flambda/opam
··· 27 27 "--enable-frame-pointers" 28 28 "--enable-flambda" 29 29 ] {os = "openbsd" | os = "freebsd" | os = "macos"} 30 - [make "-j%{jobs}%" {os != "cygwin"} "world"] 31 - [make "-j%{jobs}%" {os != "cygwin"} "world.opt"] 30 + [make "-j%{jobs}%" "world"] 31 + [make "-j%{jobs}%" "world.opt"] 32 32 ] 33 33 install: [make "install"] 34 34 url { ··· 39 39 "A failure in the middle of the build may be caused by build parallelism 40 40 (enabled by default). 41 41 Please file a bug report at https://github.com/ocaml/ocaml/issues" 42 - {failure & jobs > 1 & os != "cygwin"} 42 + {failure & jobs > 1} 43 43 "You can try installing again including --jobs=1 44 44 to force a sequential build instead." 45 - {failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"} 45 + {failure & jobs > 1 & opam-version >= "2.0.5"} 46 46 ] 47 47 available: !(os = "macos" & arch = "arm64")
+4 -4
packages/ocaml-variants/ocaml-variants.4.10.1+fp/opam
··· 24 24 "ASPP=cc -c" 25 25 "--enable-frame-pointers" 26 26 ] {os = "openbsd" | os = "freebsd" | os = "macos"} 27 - [make "-j%{jobs}%" {os != "cygwin"} "world"] 28 - [make "-j%{jobs}%" {os != "cygwin"} "world.opt"] 27 + [make "-j%{jobs}%" "world"] 28 + [make "-j%{jobs}%" "world.opt"] 29 29 ] 30 30 install: [make "install"] 31 31 url { ··· 36 36 "A failure in the middle of the build may be caused by build parallelism 37 37 (enabled by default). 38 38 Please file a bug report at https://github.com/ocaml/ocaml/issues" 39 - {failure & jobs > 1 & os != "cygwin"} 39 + {failure & jobs > 1} 40 40 "You can try installing again including --jobs=1 41 41 to force a sequential build instead." 42 - {failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"} 42 + {failure & jobs > 1 & opam-version >= "2.0.5"} 43 43 ] 44 44 available: !(os = "macos" & arch = "arm64")
+4 -4
packages/ocaml-variants/ocaml-variants.4.10.1+musl+flambda/opam
··· 31 31 "ASPP=musl-gcc -c" 32 32 "--enable-flambda" 33 33 ] {os = "openbsd" | os = "freebsd" | os = "macos" | os = "linux"} 34 - [make "-j%{jobs}%" {os != "cygwin"} "world"] 35 - [make "-j%{jobs}%" {os != "cygwin"} "world.opt"] 34 + [make "-j%{jobs}%" "world"] 35 + [make "-j%{jobs}%" "world.opt"] 36 36 ] 37 37 install: [make "install"] 38 38 url { ··· 43 43 "A failure in the middle of the build may be caused by build parallelism 44 44 (enabled by default). 45 45 Please file a bug report at https://github.com/ocaml/ocaml/issues" 46 - {failure & jobs > 1 & os != "cygwin"} 46 + {failure & jobs > 1} 47 47 "You can try installing again including --jobs=1 48 48 to force a sequential build instead." 49 - {failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"} 49 + {failure & jobs > 1 & opam-version >= "2.0.5"} 50 50 ] 51 51 available: !(os = "macos" & arch = "arm64")
+4 -4
packages/ocaml-variants/ocaml-variants.4.10.1+musl+static+flambda/opam
··· 34 34 "--enable-flambda" 35 35 "LIBS=-static" 36 36 ] {os = "openbsd" | os = "freebsd" | os = "macos" | os = "linux"} 37 - [make "-j%{jobs}%" {os != "cygwin"} "world"] 38 - [make "-j%{jobs}%" {os != "cygwin"} "world.opt"] 37 + [make "-j%{jobs}%" "world"] 38 + [make "-j%{jobs}%" "world.opt"] 39 39 ] 40 40 install: [make "install"] 41 41 url { ··· 46 46 "A failure in the middle of the build may be caused by build parallelism 47 47 (enabled by default). 48 48 Please file a bug report at https://github.com/ocaml/ocaml/issues" 49 - {failure & jobs > 1 & os != "cygwin"} 49 + {failure & jobs > 1} 50 50 "You can try installing again including --jobs=1 51 51 to force a sequential build instead." 52 - {failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"} 52 + {failure & jobs > 1 & opam-version >= "2.0.5"} 53 53 ] 54 54 available: !(os = "macos" & arch = "arm64")
+4 -4
packages/ocaml-variants/ocaml-variants.4.10.1+no-flat-float-array/opam
··· 25 25 "ASPP=cc -c" 26 26 "--disable-flat-float-array" 27 27 ] {os = "openbsd" | os = "freebsd" | os = "macos"} 28 - [make "-j%{jobs}%" {os != "cygwin"} "world"] 29 - [make "-j%{jobs}%" {os != "cygwin"} "world.opt"] 28 + [make "-j%{jobs}%" "world"] 29 + [make "-j%{jobs}%" "world.opt"] 30 30 ] 31 31 install: [make "install"] 32 32 url { ··· 37 37 "A failure in the middle of the build may be caused by build parallelism 38 38 (enabled by default). 39 39 Please file a bug report at https://github.com/ocaml/ocaml/issues" 40 - {failure & jobs > 1 & os != "cygwin"} 40 + {failure & jobs > 1} 41 41 "You can try installing again including --jobs=1 42 42 to force a sequential build instead." 43 - {failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"} 43 + {failure & jobs > 1 & opam-version >= "2.0.5"} 44 44 ] 45 45 available: !(os = "macos" & arch = "arm64")
+4 -4
packages/ocaml-variants/ocaml-variants.4.10.1+spacetime/opam
··· 24 24 "ASPP=cc -c" 25 25 "--enable-spacetime" 26 26 ] {os = "openbsd" | os = "freebsd" | os = "macos"} 27 - [make "-j%{jobs}%" {os != "cygwin"} "world"] 28 - [make "-j%{jobs}%" {os != "cygwin"} "world.opt"] 27 + [make "-j%{jobs}%" "world"] 28 + [make "-j%{jobs}%" "world.opt"] 29 29 ] 30 30 install: [make "install"] 31 31 url { ··· 36 36 "A failure in the middle of the build may be caused by build parallelism 37 37 (enabled by default). 38 38 Please file a bug report at https://github.com/ocaml/ocaml/issues" 39 - {failure & jobs > 1 & os != "cygwin"} 39 + {failure & jobs > 1} 40 40 "You can try installing again including --jobs=1 41 41 to force a sequential build instead." 42 - {failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"} 42 + {failure & jobs > 1 & opam-version >= "2.0.5"} 43 43 ] 44 44 available: !(os = "macos" & arch = "arm64")
+4 -4
packages/ocaml-variants/ocaml-variants.4.10.2+32bit/opam
··· 36 36 "ASPP=gcc -arch i386 -m32 -c" 37 37 "--host" "i386-apple-darwin13.2.0" 38 38 ] {os = "openbsd" | os = "freebsd" | os = "macos"} 39 - [make "-j%{jobs}%" {os != "cygwin"} "world"] 40 - [make "-j%{jobs}%" {os != "cygwin"} "world.opt"] 39 + [make "-j%{jobs}%" "world"] 40 + [make "-j%{jobs}%" "world.opt"] 41 41 ] 42 42 install: [make "install"] 43 43 url { ··· 48 48 "A failure in the middle of the build may be caused by build parallelism 49 49 (enabled by default). 50 50 Please file a bug report at https://github.com/ocaml/ocaml/issues" 51 - {failure & jobs > 1 & os != "cygwin"} 51 + {failure & jobs > 1} 52 52 "You can try installing again including --jobs=1 53 53 to force a sequential build instead." 54 - {failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"} 54 + {failure & jobs > 1 & opam-version >= "2.0.5"} 55 55 ]
+4 -4
packages/ocaml-variants/ocaml-variants.4.10.2+afl/opam
··· 24 24 "ASPP=cc -c" 25 25 "--with-afl" 26 26 ] {os = "openbsd" | os = "freebsd" | os = "macos"} 27 - [make "-j%{jobs}%" {os != "cygwin"} "world"] 28 - [make "-j%{jobs}%" {os != "cygwin"} "world.opt"] 27 + [make "-j%{jobs}%" "world"] 28 + [make "-j%{jobs}%" "world.opt"] 29 29 ] 30 30 install: [make "install"] 31 31 url { ··· 36 36 "A failure in the middle of the build may be caused by build parallelism 37 37 (enabled by default). 38 38 Please file a bug report at https://github.com/ocaml/ocaml/issues" 39 - {failure & jobs > 1 & os != "cygwin"} 39 + {failure & jobs > 1} 40 40 "You can try installing again including --jobs=1 41 41 to force a sequential build instead." 42 - {failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"} 42 + {failure & jobs > 1 & opam-version >= "2.0.5"} 43 43 ]
+3 -3
packages/ocaml-variants/ocaml-variants.4.10.2+bytecode-only/opam
··· 24 24 "ASPP=cc -c" 25 25 "--disable-native-compiler" 26 26 ] {os = "openbsd" | os = "freebsd" | os = "macos"} 27 - [make "-j%{jobs}%" {os != "cygwin"} "world"] 27 + [make "-j%{jobs}%" "world"] 28 28 ] 29 29 install: [make "install"] 30 30 url { ··· 35 35 "A failure in the middle of the build may be caused by build parallelism 36 36 (enabled by default). 37 37 Please file a bug report at https://github.com/ocaml/ocaml/issues" 38 - {failure & jobs > 1 & os != "cygwin"} 38 + {failure & jobs > 1} 39 39 "You can try installing again including --jobs=1 40 40 to force a sequential build instead." 41 - {failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"} 41 + {failure & jobs > 1 & opam-version >= "2.0.5"} 42 42 ]
+4 -4
packages/ocaml-variants/ocaml-variants.4.10.2+default-unsafe-string/opam
··· 30 30 "ASPP=cc -c" 31 31 "DEFAULT_STRING=unsafe" 32 32 ] {os = "openbsd" | os = "freebsd" | os = "macos"} 33 - [make "-j%{jobs}%" {os != "cygwin"} "world"] 34 - [make "-j%{jobs}%" {os != "cygwin"} "world.opt"] 33 + [make "-j%{jobs}%" "world"] 34 + [make "-j%{jobs}%" "world.opt"] 35 35 ] 36 36 install: [make "install"] 37 37 url { ··· 42 42 "A failure in the middle of the build may be caused by build parallelism 43 43 (enabled by default). 44 44 Please file a bug report at https://github.com/ocaml/ocaml/issues" 45 - {failure & jobs > 1 & os != "cygwin"} 45 + {failure & jobs > 1} 46 46 "You can try installing again including --jobs=1 47 47 to force a sequential build instead." 48 - {failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"} 48 + {failure & jobs > 1 & opam-version >= "2.0.5"} 49 49 ]
+4 -4
packages/ocaml-variants/ocaml-variants.4.10.2+flambda+no-flat-float-array/opam
··· 27 27 "--enable-flambda" 28 28 "--disable-flat-float-array" 29 29 ] {os = "openbsd" | os = "freebsd" | os = "macos"} 30 - [make "-j%{jobs}%" {os != "cygwin"} "world"] 31 - [make "-j%{jobs}%" {os != "cygwin"} "world.opt"] 30 + [make "-j%{jobs}%" "world"] 31 + [make "-j%{jobs}%" "world.opt"] 32 32 ] 33 33 install: [make "install"] 34 34 url { ··· 39 39 "A failure in the middle of the build may be caused by build parallelism 40 40 (enabled by default). 41 41 Please file a bug report at https://github.com/ocaml/ocaml/issues" 42 - {failure & jobs > 1 & os != "cygwin"} 42 + {failure & jobs > 1} 43 43 "You can try installing again including --jobs=1 44 44 to force a sequential build instead." 45 - {failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"} 45 + {failure & jobs > 1 & opam-version >= "2.0.5"} 46 46 ]
+4 -4
packages/ocaml-variants/ocaml-variants.4.10.2+flambda/opam
··· 24 24 "ASPP=cc -c" 25 25 "--enable-flambda" 26 26 ] {os = "openbsd" | os = "freebsd" | os = "macos"} 27 - [make "-j%{jobs}%" {os != "cygwin"} "world"] 28 - [make "-j%{jobs}%" {os != "cygwin"} "world.opt"] 27 + [make "-j%{jobs}%" "world"] 28 + [make "-j%{jobs}%" "world.opt"] 29 29 ] 30 30 install: [make "install"] 31 31 url { ··· 36 36 "A failure in the middle of the build may be caused by build parallelism 37 37 (enabled by default). 38 38 Please file a bug report at https://github.com/ocaml/ocaml/issues" 39 - {failure & jobs > 1 & os != "cygwin"} 39 + {failure & jobs > 1} 40 40 "You can try installing again including --jobs=1 41 41 to force a sequential build instead." 42 - {failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"} 42 + {failure & jobs > 1 & opam-version >= "2.0.5"} 43 43 ]
+4 -4
packages/ocaml-variants/ocaml-variants.4.10.2+fp+flambda/opam
··· 27 27 "--enable-frame-pointers" 28 28 "--enable-flambda" 29 29 ] {os = "openbsd" | os = "freebsd" | os = "macos"} 30 - [make "-j%{jobs}%" {os != "cygwin"} "world"] 31 - [make "-j%{jobs}%" {os != "cygwin"} "world.opt"] 30 + [make "-j%{jobs}%" "world"] 31 + [make "-j%{jobs}%" "world.opt"] 32 32 ] 33 33 install: [make "install"] 34 34 url { ··· 39 39 "A failure in the middle of the build may be caused by build parallelism 40 40 (enabled by default). 41 41 Please file a bug report at https://github.com/ocaml/ocaml/issues" 42 - {failure & jobs > 1 & os != "cygwin"} 42 + {failure & jobs > 1} 43 43 "You can try installing again including --jobs=1 44 44 to force a sequential build instead." 45 - {failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"} 45 + {failure & jobs > 1 & opam-version >= "2.0.5"} 46 46 ]
+4 -4
packages/ocaml-variants/ocaml-variants.4.10.2+fp/opam
··· 24 24 "ASPP=cc -c" 25 25 "--enable-frame-pointers" 26 26 ] {os = "openbsd" | os = "freebsd" | os = "macos"} 27 - [make "-j%{jobs}%" {os != "cygwin"} "world"] 28 - [make "-j%{jobs}%" {os != "cygwin"} "world.opt"] 27 + [make "-j%{jobs}%" "world"] 28 + [make "-j%{jobs}%" "world.opt"] 29 29 ] 30 30 install: [make "install"] 31 31 url { ··· 36 36 "A failure in the middle of the build may be caused by build parallelism 37 37 (enabled by default). 38 38 Please file a bug report at https://github.com/ocaml/ocaml/issues" 39 - {failure & jobs > 1 & os != "cygwin"} 39 + {failure & jobs > 1} 40 40 "You can try installing again including --jobs=1 41 41 to force a sequential build instead." 42 - {failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"} 42 + {failure & jobs > 1 & opam-version >= "2.0.5"} 43 43 ]
+4 -4
packages/ocaml-variants/ocaml-variants.4.10.2+musl+flambda/opam
··· 31 31 "ASPP=musl-gcc -c" 32 32 "--enable-flambda" 33 33 ] {os = "openbsd" | os = "freebsd" | os = "macos" | os = "linux"} 34 - [make "-j%{jobs}%" {os != "cygwin"} "world"] 35 - [make "-j%{jobs}%" {os != "cygwin"} "world.opt"] 34 + [make "-j%{jobs}%" "world"] 35 + [make "-j%{jobs}%" "world.opt"] 36 36 ] 37 37 install: [make "install"] 38 38 url { ··· 43 43 "A failure in the middle of the build may be caused by build parallelism 44 44 (enabled by default). 45 45 Please file a bug report at https://github.com/ocaml/ocaml/issues" 46 - {failure & jobs > 1 & os != "cygwin"} 46 + {failure & jobs > 1} 47 47 "You can try installing again including --jobs=1 48 48 to force a sequential build instead." 49 - {failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"} 49 + {failure & jobs > 1 & opam-version >= "2.0.5"} 50 50 ]
+4 -4
packages/ocaml-variants/ocaml-variants.4.10.2+musl+static+flambda/opam
··· 34 34 "--enable-flambda" 35 35 "LIBS=-static" 36 36 ] {os = "openbsd" | os = "freebsd" | os = "macos" | os = "linux"} 37 - [make "-j%{jobs}%" {os != "cygwin"} "world"] 38 - [make "-j%{jobs}%" {os != "cygwin"} "world.opt"] 37 + [make "-j%{jobs}%" "world"] 38 + [make "-j%{jobs}%" "world.opt"] 39 39 ] 40 40 install: [make "install"] 41 41 url { ··· 46 46 "A failure in the middle of the build may be caused by build parallelism 47 47 (enabled by default). 48 48 Please file a bug report at https://github.com/ocaml/ocaml/issues" 49 - {failure & jobs > 1 & os != "cygwin"} 49 + {failure & jobs > 1} 50 50 "You can try installing again including --jobs=1 51 51 to force a sequential build instead." 52 - {failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"} 52 + {failure & jobs > 1 & opam-version >= "2.0.5"} 53 53 ]
+4 -4
packages/ocaml-variants/ocaml-variants.4.10.2+no-flat-float-array/opam
··· 25 25 "ASPP=cc -c" 26 26 "--disable-flat-float-array" 27 27 ] {os = "openbsd" | os = "freebsd" | os = "macos"} 28 - [make "-j%{jobs}%" {os != "cygwin"} "world"] 29 - [make "-j%{jobs}%" {os != "cygwin"} "world.opt"] 28 + [make "-j%{jobs}%" "world"] 29 + [make "-j%{jobs}%" "world.opt"] 30 30 ] 31 31 install: [make "install"] 32 32 url { ··· 37 37 "A failure in the middle of the build may be caused by build parallelism 38 38 (enabled by default). 39 39 Please file a bug report at https://github.com/ocaml/ocaml/issues" 40 - {failure & jobs > 1 & os != "cygwin"} 40 + {failure & jobs > 1} 41 41 "You can try installing again including --jobs=1 42 42 to force a sequential build instead." 43 - {failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"} 43 + {failure & jobs > 1 & opam-version >= "2.0.5"} 44 44 ]
+4 -4
packages/ocaml-variants/ocaml-variants.4.10.2+spacetime/opam
··· 24 24 "ASPP=cc -c" 25 25 "--enable-spacetime" 26 26 ] {os = "openbsd" | os = "freebsd" | os = "macos"} 27 - [make "-j%{jobs}%" {os != "cygwin"} "world"] 28 - [make "-j%{jobs}%" {os != "cygwin"} "world.opt"] 27 + [make "-j%{jobs}%" "world"] 28 + [make "-j%{jobs}%" "world.opt"] 29 29 ] 30 30 install: [make "install"] 31 31 url { ··· 36 36 "A failure in the middle of the build may be caused by build parallelism 37 37 (enabled by default). 38 38 Please file a bug report at https://github.com/ocaml/ocaml/issues" 39 - {failure & jobs > 1 & os != "cygwin"} 39 + {failure & jobs > 1} 40 40 "You can try installing again including --jobs=1 41 41 to force a sequential build instead." 42 - {failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"} 42 + {failure & jobs > 1 & opam-version >= "2.0.5"} 43 43 ]
+4 -4
packages/ocaml-variants/ocaml-variants.4.11.0+32bit/opam
··· 36 36 "ASPP=gcc -arch i386 -m32 -c" 37 37 "--host" "i386-apple-darwin13.2.0" 38 38 ] {os = "openbsd" | os = "freebsd" | os = "macos"} 39 - [make "-j%{jobs}%" {os != "cygwin"} "world"] 40 - [make "-j%{jobs}%" {os != "cygwin"} "world.opt"] 39 + [make "-j%{jobs}%" "world"] 40 + [make "-j%{jobs}%" "world.opt"] 41 41 ] 42 42 install: [make "install"] 43 43 url { ··· 48 48 "A failure in the middle of the build may be caused by build parallelism 49 49 (enabled by default). 50 50 Please file a bug report at https://github.com/ocaml/ocaml/issues" 51 - {failure & jobs > 1 & os != "cygwin"} 51 + {failure & jobs > 1} 52 52 "You can try installing again including --jobs=1 53 53 to force a sequential build instead." 54 - {failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"} 54 + {failure & jobs > 1 & opam-version >= "2.0.5"} 55 55 ] 56 56 available: !(os = "macos" & arch = "arm64")
+4 -4
packages/ocaml-variants/ocaml-variants.4.11.0+afl/opam
··· 24 24 "ASPP=cc -c" 25 25 "--with-afl" 26 26 ] {os = "openbsd" | os = "macos"} 27 - [make "-j%{jobs}%" {os != "cygwin"} "world"] 28 - [make "-j%{jobs}%" {os != "cygwin"} "world.opt"] 27 + [make "-j%{jobs}%" "world"] 28 + [make "-j%{jobs}%" "world.opt"] 29 29 ] 30 30 install: [make "install"] 31 31 url { ··· 36 36 "A failure in the middle of the build may be caused by build parallelism 37 37 (enabled by default). 38 38 Please file a bug report at https://github.com/ocaml/ocaml/issues" 39 - {failure & jobs > 1 & os != "cygwin"} 39 + {failure & jobs > 1} 40 40 "You can try installing again including --jobs=1 41 41 to force a sequential build instead." 42 - {failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"} 42 + {failure & jobs > 1 & opam-version >= "2.0.5"} 43 43 ] 44 44 available: !(os = "macos" & arch = "arm64")
+3 -3
packages/ocaml-variants/ocaml-variants.4.11.0+bytecode-only/opam
··· 24 24 "ASPP=cc -c" 25 25 "--disable-native-compiler" 26 26 ] {os = "openbsd" | os = "macos"} 27 - [make "-j%{jobs}%" {os != "cygwin"} "world"] 27 + [make "-j%{jobs}%" "world"] 28 28 ] 29 29 install: [make "install"] 30 30 url { ··· 35 35 "A failure in the middle of the build may be caused by build parallelism 36 36 (enabled by default). 37 37 Please file a bug report at https://github.com/ocaml/ocaml/issues" 38 - {failure & jobs > 1 & os != "cygwin"} 38 + {failure & jobs > 1} 39 39 "You can try installing again including --jobs=1 40 40 to force a sequential build instead." 41 - {failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"} 41 + {failure & jobs > 1 & opam-version >= "2.0.5"} 42 42 ] 43 43 available: !(os = "macos" & arch = "arm64")
+4 -4
packages/ocaml-variants/ocaml-variants.4.11.0+default-unsafe-string/opam
··· 30 30 "ASPP=cc -c" 31 31 "DEFAULT_STRING=unsafe" 32 32 ] {os = "openbsd" | os = "macos"} 33 - [make "-j%{jobs}%" {os != "cygwin"} "world"] 34 - [make "-j%{jobs}%" {os != "cygwin"} "world.opt"] 33 + [make "-j%{jobs}%" "world"] 34 + [make "-j%{jobs}%" "world.opt"] 35 35 ] 36 36 install: [make "install"] 37 37 url { ··· 42 42 "A failure in the middle of the build may be caused by build parallelism 43 43 (enabled by default). 44 44 Please file a bug report at https://github.com/ocaml/ocaml/issues" 45 - {failure & jobs > 1 & os != "cygwin"} 45 + {failure & jobs > 1} 46 46 "You can try installing again including --jobs=1 47 47 to force a sequential build instead." 48 - {failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"} 48 + {failure & jobs > 1 & opam-version >= "2.0.5"} 49 49 ] 50 50 available: !(os = "macos" & arch = "arm64")
+4 -4
packages/ocaml-variants/ocaml-variants.4.11.0+flambda+no-flat-float-array/opam
··· 27 27 "--enable-flambda" 28 28 "--disable-flat-float-array" 29 29 ] {os = "openbsd" | os = "macos"} 30 - [make "-j%{jobs}%" {os != "cygwin"} "world"] 31 - [make "-j%{jobs}%" {os != "cygwin"} "world.opt"] 30 + [make "-j%{jobs}%" "world"] 31 + [make "-j%{jobs}%" "world.opt"] 32 32 ] 33 33 install: [make "install"] 34 34 url { ··· 39 39 "A failure in the middle of the build may be caused by build parallelism 40 40 (enabled by default). 41 41 Please file a bug report at https://github.com/ocaml/ocaml/issues" 42 - {failure & jobs > 1 & os != "cygwin"} 42 + {failure & jobs > 1} 43 43 "You can try installing again including --jobs=1 44 44 to force a sequential build instead." 45 - {failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"} 45 + {failure & jobs > 1 & opam-version >= "2.0.5"} 46 46 ] 47 47 available: !(os = "macos" & arch = "arm64")
+4 -4
packages/ocaml-variants/ocaml-variants.4.11.0+flambda/opam
··· 24 24 "ASPP=cc -c" 25 25 "--enable-flambda" 26 26 ] {os = "openbsd" | os = "macos"} 27 - [make "-j%{jobs}%" {os != "cygwin"} "world"] 28 - [make "-j%{jobs}%" {os != "cygwin"} "world.opt"] 27 + [make "-j%{jobs}%" "world"] 28 + [make "-j%{jobs}%" "world.opt"] 29 29 ] 30 30 install: [make "install"] 31 31 url { ··· 36 36 "A failure in the middle of the build may be caused by build parallelism 37 37 (enabled by default). 38 38 Please file a bug report at https://github.com/ocaml/ocaml/issues" 39 - {failure & jobs > 1 & os != "cygwin"} 39 + {failure & jobs > 1} 40 40 "You can try installing again including --jobs=1 41 41 to force a sequential build instead." 42 - {failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"} 42 + {failure & jobs > 1 & opam-version >= "2.0.5"} 43 43 ] 44 44 available: !(os = "macos" & arch = "arm64")
+4 -4
packages/ocaml-variants/ocaml-variants.4.11.0+fp+flambda/opam
··· 27 27 "--enable-frame-pointers" 28 28 "--enable-flambda" 29 29 ] {os = "openbsd" | os = "macos"} 30 - [make "-j%{jobs}%" {os != "cygwin"} "world"] 31 - [make "-j%{jobs}%" {os != "cygwin"} "world.opt"] 30 + [make "-j%{jobs}%" "world"] 31 + [make "-j%{jobs}%" "world.opt"] 32 32 ] 33 33 install: [make "install"] 34 34 url { ··· 39 39 "A failure in the middle of the build may be caused by build parallelism 40 40 (enabled by default). 41 41 Please file a bug report at https://github.com/ocaml/ocaml/issues" 42 - {failure & jobs > 1 & os != "cygwin"} 42 + {failure & jobs > 1} 43 43 "You can try installing again including --jobs=1 44 44 to force a sequential build instead." 45 - {failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"} 45 + {failure & jobs > 1 & opam-version >= "2.0.5"} 46 46 ] 47 47 available: !(os = "macos" & arch = "arm64")
+4 -4
packages/ocaml-variants/ocaml-variants.4.11.0+fp/opam
··· 24 24 "ASPP=cc -c" 25 25 "--enable-frame-pointers" 26 26 ] {os = "openbsd" | os = "macos"} 27 - [make "-j%{jobs}%" {os != "cygwin"} "world"] 28 - [make "-j%{jobs}%" {os != "cygwin"} "world.opt"] 27 + [make "-j%{jobs}%" "world"] 28 + [make "-j%{jobs}%" "world.opt"] 29 29 ] 30 30 install: [make "install"] 31 31 url { ··· 36 36 "A failure in the middle of the build may be caused by build parallelism 37 37 (enabled by default). 38 38 Please file a bug report at https://github.com/ocaml/ocaml/issues" 39 - {failure & jobs > 1 & os != "cygwin"} 39 + {failure & jobs > 1} 40 40 "You can try installing again including --jobs=1 41 41 to force a sequential build instead." 42 - {failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"} 42 + {failure & jobs > 1 & opam-version >= "2.0.5"} 43 43 ] 44 44 available: !(os = "macos" & arch = "arm64")
+4 -4
packages/ocaml-variants/ocaml-variants.4.11.0+musl+flambda/opam
··· 31 31 "ASPP=musl-gcc -c" 32 32 "--enable-flambda" 33 33 ] {os = "openbsd" | os = "freebsd" | os = "macos" | os = "linux"} 34 - [make "-j%{jobs}%" {os != "cygwin"} "world"] 35 - [make "-j%{jobs}%" {os != "cygwin"} "world.opt"] 34 + [make "-j%{jobs}%" "world"] 35 + [make "-j%{jobs}%" "world.opt"] 36 36 ] 37 37 install: [make "install"] 38 38 url { ··· 43 43 "A failure in the middle of the build may be caused by build parallelism 44 44 (enabled by default). 45 45 Please file a bug report at https://github.com/ocaml/ocaml/issues" 46 - {failure & jobs > 1 & os != "cygwin"} 46 + {failure & jobs > 1} 47 47 "You can try installing again including --jobs=1 48 48 to force a sequential build instead." 49 - {failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"} 49 + {failure & jobs > 1 & opam-version >= "2.0.5"} 50 50 ] 51 51 available: !(os = "macos" & arch = "arm64")
+4 -4
packages/ocaml-variants/ocaml-variants.4.11.0+musl+static+flambda/opam
··· 34 34 "--enable-flambda" 35 35 "LIBS=-static" 36 36 ] {os = "openbsd" | os = "freebsd" | os = "macos" | os = "linux"} 37 - [make "-j%{jobs}%" {os != "cygwin"} "world"] 38 - [make "-j%{jobs}%" {os != "cygwin"} "world.opt"] 37 + [make "-j%{jobs}%" "world"] 38 + [make "-j%{jobs}%" "world.opt"] 39 39 ] 40 40 install: [make "install"] 41 41 url { ··· 46 46 "A failure in the middle of the build may be caused by build parallelism 47 47 (enabled by default). 48 48 Please file a bug report at https://github.com/ocaml/ocaml/issues" 49 - {failure & jobs > 1 & os != "cygwin"} 49 + {failure & jobs > 1} 50 50 "You can try installing again including --jobs=1 51 51 to force a sequential build instead." 52 - {failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"} 52 + {failure & jobs > 1 & opam-version >= "2.0.5"} 53 53 ] 54 54 available: !(os = "macos" & arch = "arm64")
+4 -4
packages/ocaml-variants/ocaml-variants.4.11.0+no-flat-float-array/opam
··· 25 25 "ASPP=cc -c" 26 26 "--disable-flat-float-array" 27 27 ] {os = "openbsd" | os = "macos"} 28 - [make "-j%{jobs}%" {os != "cygwin"} "world"] 29 - [make "-j%{jobs}%" {os != "cygwin"} "world.opt"] 28 + [make "-j%{jobs}%" "world"] 29 + [make "-j%{jobs}%" "world.opt"] 30 30 ] 31 31 install: [make "install"] 32 32 url { ··· 37 37 "A failure in the middle of the build may be caused by build parallelism 38 38 (enabled by default). 39 39 Please file a bug report at https://github.com/ocaml/ocaml/issues" 40 - {failure & jobs > 1 & os != "cygwin"} 40 + {failure & jobs > 1} 41 41 "You can try installing again including --jobs=1 42 42 to force a sequential build instead." 43 - {failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"} 43 + {failure & jobs > 1 & opam-version >= "2.0.5"} 44 44 ] 45 45 available: !(os = "macos" & arch = "arm64")
+4 -4
packages/ocaml-variants/ocaml-variants.4.11.0+spacetime/opam
··· 24 24 "ASPP=cc -c" 25 25 "--enable-spacetime" 26 26 ] {os = "openbsd" | os = "macos"} 27 - [make "-j%{jobs}%" {os != "cygwin"} "world"] 28 - [make "-j%{jobs}%" {os != "cygwin"} "world.opt"] 27 + [make "-j%{jobs}%" "world"] 28 + [make "-j%{jobs}%" "world.opt"] 29 29 ] 30 30 install: [make "install"] 31 31 url { ··· 36 36 "A failure in the middle of the build may be caused by build parallelism 37 37 (enabled by default). 38 38 Please file a bug report at https://github.com/ocaml/ocaml/issues" 39 - {failure & jobs > 1 & os != "cygwin"} 39 + {failure & jobs > 1} 40 40 "You can try installing again including --jobs=1 41 41 to force a sequential build instead." 42 - {failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"} 42 + {failure & jobs > 1 & opam-version >= "2.0.5"} 43 43 ] 44 44 available: !(os = "macos" & arch = "arm64")
+4 -4
packages/ocaml-variants/ocaml-variants.4.11.1+32bit/opam
··· 36 36 "ASPP=gcc -arch i386 -m32 -c" 37 37 "--host" "i386-apple-darwin13.2.0" 38 38 ] {os = "openbsd" | os = "freebsd" | os = "macos"} 39 - [make "-j%{jobs}%" {os != "cygwin"} "world"] 40 - [make "-j%{jobs}%" {os != "cygwin"} "world.opt"] 39 + [make "-j%{jobs}%" "world"] 40 + [make "-j%{jobs}%" "world.opt"] 41 41 ] 42 42 install: [make "install"] 43 43 url { ··· 48 48 "A failure in the middle of the build may be caused by build parallelism 49 49 (enabled by default). 50 50 Please file a bug report at https://github.com/ocaml/ocaml/issues" 51 - {failure & jobs > 1 & os != "cygwin"} 51 + {failure & jobs > 1} 52 52 "You can try installing again including --jobs=1 53 53 to force a sequential build instead." 54 - {failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"} 54 + {failure & jobs > 1 & opam-version >= "2.0.5"} 55 55 ] 56 56 available: !(os = "macos" & arch = "arm64")
+2 -2
packages/ocaml-variants/ocaml-variants.4.11.1+BER/opam
··· 31 31 "A failure in the middle of the build may be caused by build parallelism 32 32 (enabled by default). 33 33 Please file a bug report at https://github.com/ocaml/ocaml/issues" 34 - {failure & jobs > 1 & os != "cygwin"} 34 + {failure & jobs > 1} 35 35 "You can try installing again including --jobs=1 36 36 to force a sequential build instead." 37 - {failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"} 37 + {failure & jobs > 1 & opam-version >= "2.0.5"} 38 38 ] 39 39 available: !(os = "macos" & arch = "arm64")
+4 -4
packages/ocaml-variants/ocaml-variants.4.11.1+afl/opam
··· 24 24 "ASPP=cc -c" 25 25 "--with-afl" 26 26 ] {os = "openbsd" | os = "macos"} 27 - [make "-j%{jobs}%" {os != "cygwin"} "world"] 28 - [make "-j%{jobs}%" {os != "cygwin"} "world.opt"] 27 + [make "-j%{jobs}%" "world"] 28 + [make "-j%{jobs}%" "world.opt"] 29 29 ] 30 30 install: [make "install"] 31 31 url { ··· 36 36 "A failure in the middle of the build may be caused by build parallelism 37 37 (enabled by default). 38 38 Please file a bug report at https://github.com/ocaml/ocaml/issues" 39 - {failure & jobs > 1 & os != "cygwin"} 39 + {failure & jobs > 1} 40 40 "You can try installing again including --jobs=1 41 41 to force a sequential build instead." 42 - {failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"} 42 + {failure & jobs > 1 & opam-version >= "2.0.5"} 43 43 ] 44 44 available: !(os = "macos" & arch = "arm64")
+3 -3
packages/ocaml-variants/ocaml-variants.4.11.1+bytecode-only/opam
··· 24 24 "ASPP=cc -c" 25 25 "--disable-native-compiler" 26 26 ] {os = "openbsd" | os = "macos"} 27 - [make "-j%{jobs}%" {os != "cygwin"} "world"] 27 + [make "-j%{jobs}%" "world"] 28 28 ] 29 29 install: [make "install"] 30 30 url { ··· 35 35 "A failure in the middle of the build may be caused by build parallelism 36 36 (enabled by default). 37 37 Please file a bug report at https://github.com/ocaml/ocaml/issues" 38 - {failure & jobs > 1 & os != "cygwin"} 38 + {failure & jobs > 1} 39 39 "You can try installing again including --jobs=1 40 40 to force a sequential build instead." 41 - {failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"} 41 + {failure & jobs > 1 & opam-version >= "2.0.5"} 42 42 ] 43 43 available: !(os = "macos" & arch = "arm64")
+4 -4
packages/ocaml-variants/ocaml-variants.4.11.1+default-unsafe-string/opam
··· 30 30 "ASPP=cc -c" 31 31 "DEFAULT_STRING=unsafe" 32 32 ] {os = "openbsd" | os = "macos"} 33 - [make "-j%{jobs}%" {os != "cygwin"} "world"] 34 - [make "-j%{jobs}%" {os != "cygwin"} "world.opt"] 33 + [make "-j%{jobs}%" "world"] 34 + [make "-j%{jobs}%" "world.opt"] 35 35 ] 36 36 install: [make "install"] 37 37 url { ··· 42 42 "A failure in the middle of the build may be caused by build parallelism 43 43 (enabled by default). 44 44 Please file a bug report at https://github.com/ocaml/ocaml/issues" 45 - {failure & jobs > 1 & os != "cygwin"} 45 + {failure & jobs > 1} 46 46 "You can try installing again including --jobs=1 47 47 to force a sequential build instead." 48 - {failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"} 48 + {failure & jobs > 1 & opam-version >= "2.0.5"} 49 49 ] 50 50 available: !(os = "macos" & arch = "arm64")
+4 -4
packages/ocaml-variants/ocaml-variants.4.11.1+flambda+no-flat-float-array/opam
··· 27 27 "--enable-flambda" 28 28 "--disable-flat-float-array" 29 29 ] {os = "openbsd" | os = "macos"} 30 - [make "-j%{jobs}%" {os != "cygwin"} "world"] 31 - [make "-j%{jobs}%" {os != "cygwin"} "world.opt"] 30 + [make "-j%{jobs}%" "world"] 31 + [make "-j%{jobs}%" "world.opt"] 32 32 ] 33 33 install: [make "install"] 34 34 url { ··· 39 39 "A failure in the middle of the build may be caused by build parallelism 40 40 (enabled by default). 41 41 Please file a bug report at https://github.com/ocaml/ocaml/issues" 42 - {failure & jobs > 1 & os != "cygwin"} 42 + {failure & jobs > 1} 43 43 "You can try installing again including --jobs=1 44 44 to force a sequential build instead." 45 - {failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"} 45 + {failure & jobs > 1 & opam-version >= "2.0.5"} 46 46 ] 47 47 available: !(os = "macos" & arch = "arm64")
+4 -4
packages/ocaml-variants/ocaml-variants.4.11.1+flambda/opam
··· 24 24 "ASPP=cc -c" 25 25 "--enable-flambda" 26 26 ] {os = "openbsd" | os = "macos"} 27 - [make "-j%{jobs}%" {os != "cygwin"} "world"] 28 - [make "-j%{jobs}%" {os != "cygwin"} "world.opt"] 27 + [make "-j%{jobs}%" "world"] 28 + [make "-j%{jobs}%" "world.opt"] 29 29 ] 30 30 install: [make "install"] 31 31 url { ··· 36 36 "A failure in the middle of the build may be caused by build parallelism 37 37 (enabled by default). 38 38 Please file a bug report at https://github.com/ocaml/ocaml/issues" 39 - {failure & jobs > 1 & os != "cygwin"} 39 + {failure & jobs > 1} 40 40 "You can try installing again including --jobs=1 41 41 to force a sequential build instead." 42 - {failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"} 42 + {failure & jobs > 1 & opam-version >= "2.0.5"} 43 43 ] 44 44 available: !(os = "macos" & arch = "arm64")
+4 -4
packages/ocaml-variants/ocaml-variants.4.11.1+fp+flambda/opam
··· 27 27 "--enable-frame-pointers" 28 28 "--enable-flambda" 29 29 ] {os = "openbsd" | os = "macos"} 30 - [make "-j%{jobs}%" {os != "cygwin"} "world"] 31 - [make "-j%{jobs}%" {os != "cygwin"} "world.opt"] 30 + [make "-j%{jobs}%" "world"] 31 + [make "-j%{jobs}%" "world.opt"] 32 32 ] 33 33 install: [make "install"] 34 34 url { ··· 39 39 "A failure in the middle of the build may be caused by build parallelism 40 40 (enabled by default). 41 41 Please file a bug report at https://github.com/ocaml/ocaml/issues" 42 - {failure & jobs > 1 & os != "cygwin"} 42 + {failure & jobs > 1} 43 43 "You can try installing again including --jobs=1 44 44 to force a sequential build instead." 45 - {failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"} 45 + {failure & jobs > 1 & opam-version >= "2.0.5"} 46 46 ] 47 47 available: !(os = "macos" & arch = "arm64")
+4 -4
packages/ocaml-variants/ocaml-variants.4.11.1+fp/opam
··· 24 24 "ASPP=cc -c" 25 25 "--enable-frame-pointers" 26 26 ] {os = "openbsd" | os = "macos"} 27 - [make "-j%{jobs}%" {os != "cygwin"} "world"] 28 - [make "-j%{jobs}%" {os != "cygwin"} "world.opt"] 27 + [make "-j%{jobs}%" "world"] 28 + [make "-j%{jobs}%" "world.opt"] 29 29 ] 30 30 install: [make "install"] 31 31 url { ··· 36 36 "A failure in the middle of the build may be caused by build parallelism 37 37 (enabled by default). 38 38 Please file a bug report at https://github.com/ocaml/ocaml/issues" 39 - {failure & jobs > 1 & os != "cygwin"} 39 + {failure & jobs > 1} 40 40 "You can try installing again including --jobs=1 41 41 to force a sequential build instead." 42 - {failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"} 42 + {failure & jobs > 1 & opam-version >= "2.0.5"} 43 43 ] 44 44 available: !(os = "macos" & arch = "arm64")
+4 -4
packages/ocaml-variants/ocaml-variants.4.11.1+musl+flambda/opam
··· 31 31 "ASPP=musl-gcc -c" 32 32 "--enable-flambda" 33 33 ] {os = "openbsd" | os = "freebsd" | os = "macos" | os = "linux"} 34 - [make "-j%{jobs}%" {os != "cygwin"} "world"] 35 - [make "-j%{jobs}%" {os != "cygwin"} "world.opt"] 34 + [make "-j%{jobs}%" "world"] 35 + [make "-j%{jobs}%" "world.opt"] 36 36 ] 37 37 install: [make "install"] 38 38 url { ··· 43 43 "A failure in the middle of the build may be caused by build parallelism 44 44 (enabled by default). 45 45 Please file a bug report at https://github.com/ocaml/ocaml/issues" 46 - {failure & jobs > 1 & os != "cygwin"} 46 + {failure & jobs > 1} 47 47 "You can try installing again including --jobs=1 48 48 to force a sequential build instead." 49 - {failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"} 49 + {failure & jobs > 1 & opam-version >= "2.0.5"} 50 50 ] 51 51 available: !(os = "macos" & arch = "arm64")
+4 -4
packages/ocaml-variants/ocaml-variants.4.11.1+musl+static+flambda/opam
··· 34 34 "--enable-flambda" 35 35 "LIBS=-static" 36 36 ] {os = "openbsd" | os = "freebsd" | os = "macos" | os = "linux"} 37 - [make "-j%{jobs}%" {os != "cygwin"} "world"] 38 - [make "-j%{jobs}%" {os != "cygwin"} "world.opt"] 37 + [make "-j%{jobs}%" "world"] 38 + [make "-j%{jobs}%" "world.opt"] 39 39 ] 40 40 install: [make "install"] 41 41 url { ··· 46 46 "A failure in the middle of the build may be caused by build parallelism 47 47 (enabled by default). 48 48 Please file a bug report at https://github.com/ocaml/ocaml/issues" 49 - {failure & jobs > 1 & os != "cygwin"} 49 + {failure & jobs > 1} 50 50 "You can try installing again including --jobs=1 51 51 to force a sequential build instead." 52 - {failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"} 52 + {failure & jobs > 1 & opam-version >= "2.0.5"} 53 53 ] 54 54 available: !(os = "macos" & arch = "arm64")
+4 -4
packages/ocaml-variants/ocaml-variants.4.11.1+no-flat-float-array/opam
··· 25 25 "ASPP=cc -c" 26 26 "--disable-flat-float-array" 27 27 ] {os = "openbsd" | os = "macos"} 28 - [make "-j%{jobs}%" {os != "cygwin"} "world"] 29 - [make "-j%{jobs}%" {os != "cygwin"} "world.opt"] 28 + [make "-j%{jobs}%" "world"] 29 + [make "-j%{jobs}%" "world.opt"] 30 30 ] 31 31 install: [make "install"] 32 32 url { ··· 37 37 "A failure in the middle of the build may be caused by build parallelism 38 38 (enabled by default). 39 39 Please file a bug report at https://github.com/ocaml/ocaml/issues" 40 - {failure & jobs > 1 & os != "cygwin"} 40 + {failure & jobs > 1} 41 41 "You can try installing again including --jobs=1 42 42 to force a sequential build instead." 43 - {failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"} 43 + {failure & jobs > 1 & opam-version >= "2.0.5"} 44 44 ] 45 45 available: !(os = "macos" & arch = "arm64")
+4 -4
packages/ocaml-variants/ocaml-variants.4.11.1+spacetime/opam
··· 24 24 "ASPP=cc -c" 25 25 "--enable-spacetime" 26 26 ] {os = "openbsd" | os = "macos"} 27 - [make "-j%{jobs}%" {os != "cygwin"} "world"] 28 - [make "-j%{jobs}%" {os != "cygwin"} "world.opt"] 27 + [make "-j%{jobs}%" "world"] 28 + [make "-j%{jobs}%" "world.opt"] 29 29 ] 30 30 install: [make "install"] 31 31 url { ··· 36 36 "A failure in the middle of the build may be caused by build parallelism 37 37 (enabled by default). 38 38 Please file a bug report at https://github.com/ocaml/ocaml/issues" 39 - {failure & jobs > 1 & os != "cygwin"} 39 + {failure & jobs > 1} 40 40 "You can try installing again including --jobs=1 41 41 to force a sequential build instead." 42 - {failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"} 42 + {failure & jobs > 1 & opam-version >= "2.0.5"} 43 43 ] 44 44 available: !(os = "macos" & arch = "arm64")
+4 -4
packages/ocaml-variants/ocaml-variants.4.11.2+32bit/opam
··· 36 36 "ASPP=gcc -arch i386 -m32 -c" 37 37 "--host" "i386-apple-darwin13.2.0" 38 38 ] {os = "openbsd" | os = "freebsd" | os = "macos"} 39 - [make "-j%{jobs}%" {os != "cygwin"} "world"] 40 - [make "-j%{jobs}%" {os != "cygwin"} "world.opt"] 39 + [make "-j%{jobs}%" "world"] 40 + [make "-j%{jobs}%" "world.opt"] 41 41 ] 42 42 install: [make "install"] 43 43 url { ··· 48 48 "A failure in the middle of the build may be caused by build parallelism 49 49 (enabled by default). 50 50 Please file a bug report at https://github.com/ocaml/ocaml/issues" 51 - {failure & jobs > 1 & os != "cygwin"} 51 + {failure & jobs > 1} 52 52 "You can try installing again including --jobs=1 53 53 to force a sequential build instead." 54 - {failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"} 54 + {failure & jobs > 1 & opam-version >= "2.0.5"} 55 55 ] 56 56 available: !(os = "macos" & arch = "arm64")
+4 -4
packages/ocaml-variants/ocaml-variants.4.11.2+afl/opam
··· 24 24 "ASPP=cc -c" 25 25 "--with-afl" 26 26 ] {os = "openbsd" | os = "macos"} 27 - [make "-j%{jobs}%" {os != "cygwin"} "world"] 28 - [make "-j%{jobs}%" {os != "cygwin"} "world.opt"] 27 + [make "-j%{jobs}%" "world"] 28 + [make "-j%{jobs}%" "world.opt"] 29 29 ] 30 30 install: [make "install"] 31 31 url { ··· 36 36 "A failure in the middle of the build may be caused by build parallelism 37 37 (enabled by default). 38 38 Please file a bug report at https://github.com/ocaml/ocaml/issues" 39 - {failure & jobs > 1 & os != "cygwin"} 39 + {failure & jobs > 1} 40 40 "You can try installing again including --jobs=1 41 41 to force a sequential build instead." 42 - {failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"} 42 + {failure & jobs > 1 & opam-version >= "2.0.5"} 43 43 ] 44 44 available: !(os = "macos" & arch = "arm64")
+3 -3
packages/ocaml-variants/ocaml-variants.4.11.2+bytecode-only/opam
··· 24 24 "ASPP=cc -c" 25 25 "--disable-native-compiler" 26 26 ] {os = "openbsd" | os = "macos"} 27 - [make "-j%{jobs}%" {os != "cygwin"} "world"] 27 + [make "-j%{jobs}%" "world"] 28 28 ] 29 29 install: [make "install"] 30 30 url { ··· 35 35 "A failure in the middle of the build may be caused by build parallelism 36 36 (enabled by default). 37 37 Please file a bug report at https://github.com/ocaml/ocaml/issues" 38 - {failure & jobs > 1 & os != "cygwin"} 38 + {failure & jobs > 1} 39 39 "You can try installing again including --jobs=1 40 40 to force a sequential build instead." 41 - {failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"} 41 + {failure & jobs > 1 & opam-version >= "2.0.5"} 42 42 ] 43 43 available: !(os = "macos" & arch = "arm64")
+4 -4
packages/ocaml-variants/ocaml-variants.4.11.2+default-unsafe-string/opam
··· 30 30 "ASPP=cc -c" 31 31 "DEFAULT_STRING=unsafe" 32 32 ] {os = "openbsd" | os = "macos"} 33 - [make "-j%{jobs}%" {os != "cygwin"} "world"] 34 - [make "-j%{jobs}%" {os != "cygwin"} "world.opt"] 33 + [make "-j%{jobs}%" "world"] 34 + [make "-j%{jobs}%" "world.opt"] 35 35 ] 36 36 install: [make "install"] 37 37 url { ··· 42 42 "A failure in the middle of the build may be caused by build parallelism 43 43 (enabled by default). 44 44 Please file a bug report at https://github.com/ocaml/ocaml/issues" 45 - {failure & jobs > 1 & os != "cygwin"} 45 + {failure & jobs > 1} 46 46 "You can try installing again including --jobs=1 47 47 to force a sequential build instead." 48 - {failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"} 48 + {failure & jobs > 1 & opam-version >= "2.0.5"} 49 49 ] 50 50 available: !(os = "macos" & arch = "arm64")
+4 -4
packages/ocaml-variants/ocaml-variants.4.11.2+flambda+no-flat-float-array/opam
··· 27 27 "--enable-flambda" 28 28 "--disable-flat-float-array" 29 29 ] {os = "openbsd" | os = "macos"} 30 - [make "-j%{jobs}%" {os != "cygwin"} "world"] 31 - [make "-j%{jobs}%" {os != "cygwin"} "world.opt"] 30 + [make "-j%{jobs}%" "world"] 31 + [make "-j%{jobs}%" "world.opt"] 32 32 ] 33 33 install: [make "install"] 34 34 url { ··· 39 39 "A failure in the middle of the build may be caused by build parallelism 40 40 (enabled by default). 41 41 Please file a bug report at https://github.com/ocaml/ocaml/issues" 42 - {failure & jobs > 1 & os != "cygwin"} 42 + {failure & jobs > 1} 43 43 "You can try installing again including --jobs=1 44 44 to force a sequential build instead." 45 - {failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"} 45 + {failure & jobs > 1 & opam-version >= "2.0.5"} 46 46 ] 47 47 available: !(os = "macos" & arch = "arm64")
+4 -4
packages/ocaml-variants/ocaml-variants.4.11.2+flambda/opam
··· 24 24 "ASPP=cc -c" 25 25 "--enable-flambda" 26 26 ] {os = "openbsd" | os = "macos"} 27 - [make "-j%{jobs}%" {os != "cygwin"} "world"] 28 - [make "-j%{jobs}%" {os != "cygwin"} "world.opt"] 27 + [make "-j%{jobs}%" "world"] 28 + [make "-j%{jobs}%" "world.opt"] 29 29 ] 30 30 install: [make "install"] 31 31 url { ··· 36 36 "A failure in the middle of the build may be caused by build parallelism 37 37 (enabled by default). 38 38 Please file a bug report at https://github.com/ocaml/ocaml/issues" 39 - {failure & jobs > 1 & os != "cygwin"} 39 + {failure & jobs > 1} 40 40 "You can try installing again including --jobs=1 41 41 to force a sequential build instead." 42 - {failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"} 42 + {failure & jobs > 1 & opam-version >= "2.0.5"} 43 43 ] 44 44 available: !(os = "macos" & arch = "arm64")
+4 -4
packages/ocaml-variants/ocaml-variants.4.11.2+fp+flambda/opam
··· 27 27 "--enable-frame-pointers" 28 28 "--enable-flambda" 29 29 ] {os = "openbsd" | os = "macos"} 30 - [make "-j%{jobs}%" {os != "cygwin"} "world"] 31 - [make "-j%{jobs}%" {os != "cygwin"} "world.opt"] 30 + [make "-j%{jobs}%" "world"] 31 + [make "-j%{jobs}%" "world.opt"] 32 32 ] 33 33 install: [make "install"] 34 34 url { ··· 39 39 "A failure in the middle of the build may be caused by build parallelism 40 40 (enabled by default). 41 41 Please file a bug report at https://github.com/ocaml/ocaml/issues" 42 - {failure & jobs > 1 & os != "cygwin"} 42 + {failure & jobs > 1} 43 43 "You can try installing again including --jobs=1 44 44 to force a sequential build instead." 45 - {failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"} 45 + {failure & jobs > 1 & opam-version >= "2.0.5"} 46 46 ] 47 47 available: !(os = "macos" & arch = "arm64")
+4 -4
packages/ocaml-variants/ocaml-variants.4.11.2+fp/opam
··· 24 24 "ASPP=cc -c" 25 25 "--enable-frame-pointers" 26 26 ] {os = "openbsd" | os = "macos"} 27 - [make "-j%{jobs}%" {os != "cygwin"} "world"] 28 - [make "-j%{jobs}%" {os != "cygwin"} "world.opt"] 27 + [make "-j%{jobs}%" "world"] 28 + [make "-j%{jobs}%" "world.opt"] 29 29 ] 30 30 install: [make "install"] 31 31 url { ··· 36 36 "A failure in the middle of the build may be caused by build parallelism 37 37 (enabled by default). 38 38 Please file a bug report at https://github.com/ocaml/ocaml/issues" 39 - {failure & jobs > 1 & os != "cygwin"} 39 + {failure & jobs > 1} 40 40 "You can try installing again including --jobs=1 41 41 to force a sequential build instead." 42 - {failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"} 42 + {failure & jobs > 1 & opam-version >= "2.0.5"} 43 43 ] 44 44 available: !(os = "macos" & arch = "arm64")
+4 -4
packages/ocaml-variants/ocaml-variants.4.11.2+musl+flambda/opam
··· 31 31 "ASPP=musl-gcc -c" 32 32 "--enable-flambda" 33 33 ] {os = "openbsd" | os = "freebsd" | os = "macos" | os = "linux"} 34 - [make "-j%{jobs}%" {os != "cygwin"} "world"] 35 - [make "-j%{jobs}%" {os != "cygwin"} "world.opt"] 34 + [make "-j%{jobs}%" "world"] 35 + [make "-j%{jobs}%" "world.opt"] 36 36 ] 37 37 install: [make "install"] 38 38 url { ··· 43 43 "A failure in the middle of the build may be caused by build parallelism 44 44 (enabled by default). 45 45 Please file a bug report at https://github.com/ocaml/ocaml/issues" 46 - {failure & jobs > 1 & os != "cygwin"} 46 + {failure & jobs > 1} 47 47 "You can try installing again including --jobs=1 48 48 to force a sequential build instead." 49 - {failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"} 49 + {failure & jobs > 1 & opam-version >= "2.0.5"} 50 50 ] 51 51 available: !(os = "macos" & arch = "arm64")
+4 -4
packages/ocaml-variants/ocaml-variants.4.11.2+musl+static+flambda/opam
··· 34 34 "--enable-flambda" 35 35 "LIBS=-static" 36 36 ] {os = "openbsd" | os = "freebsd" | os = "macos" | os = "linux"} 37 - [make "-j%{jobs}%" {os != "cygwin"} "world"] 38 - [make "-j%{jobs}%" {os != "cygwin"} "world.opt"] 37 + [make "-j%{jobs}%" "world"] 38 + [make "-j%{jobs}%" "world.opt"] 39 39 ] 40 40 install: [make "install"] 41 41 url { ··· 46 46 "A failure in the middle of the build may be caused by build parallelism 47 47 (enabled by default). 48 48 Please file a bug report at https://github.com/ocaml/ocaml/issues" 49 - {failure & jobs > 1 & os != "cygwin"} 49 + {failure & jobs > 1} 50 50 "You can try installing again including --jobs=1 51 51 to force a sequential build instead." 52 - {failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"} 52 + {failure & jobs > 1 & opam-version >= "2.0.5"} 53 53 ] 54 54 available: !(os = "macos" & arch = "arm64")
+4 -4
packages/ocaml-variants/ocaml-variants.4.11.2+no-flat-float-array/opam
··· 25 25 "ASPP=cc -c" 26 26 "--disable-flat-float-array" 27 27 ] {os = "openbsd" | os = "macos"} 28 - [make "-j%{jobs}%" {os != "cygwin"} "world"] 29 - [make "-j%{jobs}%" {os != "cygwin"} "world.opt"] 28 + [make "-j%{jobs}%" "world"] 29 + [make "-j%{jobs}%" "world.opt"] 30 30 ] 31 31 install: [make "install"] 32 32 url { ··· 37 37 "A failure in the middle of the build may be caused by build parallelism 38 38 (enabled by default). 39 39 Please file a bug report at https://github.com/ocaml/ocaml/issues" 40 - {failure & jobs > 1 & os != "cygwin"} 40 + {failure & jobs > 1} 41 41 "You can try installing again including --jobs=1 42 42 to force a sequential build instead." 43 - {failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"} 43 + {failure & jobs > 1 & opam-version >= "2.0.5"} 44 44 ] 45 45 available: !(os = "macos" & arch = "arm64")
+4 -4
packages/ocaml-variants/ocaml-variants.4.11.2+spacetime/opam
··· 24 24 "ASPP=cc -c" 25 25 "--enable-spacetime" 26 26 ] {os = "openbsd" | os = "macos"} 27 - [make "-j%{jobs}%" {os != "cygwin"} "world"] 28 - [make "-j%{jobs}%" {os != "cygwin"} "world.opt"] 27 + [make "-j%{jobs}%" "world"] 28 + [make "-j%{jobs}%" "world.opt"] 29 29 ] 30 30 install: [make "install"] 31 31 url { ··· 36 36 "A failure in the middle of the build may be caused by build parallelism 37 37 (enabled by default). 38 38 Please file a bug report at https://github.com/ocaml/ocaml/issues" 39 - {failure & jobs > 1 & os != "cygwin"} 39 + {failure & jobs > 1} 40 40 "You can try installing again including --jobs=1 41 41 to force a sequential build instead." 42 - {failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"} 42 + {failure & jobs > 1 & opam-version >= "2.0.5"} 43 43 ] 44 44 available: !(os = "macos" & arch = "arm64")
+4 -4
packages/ocaml-variants/ocaml-variants.4.11.2+trunk+afl/opam
··· 21 21 "ASPP=cc -c" 22 22 "--with-afl" 23 23 ] {os = "openbsd" | os = "macos"} 24 - [make "-j%{jobs}%" {os != "cygwin"} "world"] 25 - [make "-j%{jobs}%" {os != "cygwin"} "world.opt"] 24 + [make "-j%{jobs}%" "world"] 25 + [make "-j%{jobs}%" "world.opt"] 26 26 ] 27 27 install: [make "install"] 28 28 url { ··· 32 32 "A failure in the middle of the build may be caused by build parallelism 33 33 (enabled by default). 34 34 See https://github.com/ocaml/opam-repository/pull/14257 for more info." 35 - {failure & jobs > 1 & os != "cygwin"} 35 + {failure & jobs > 1} 36 36 "You can try installing again including --jobs=1 37 37 to force a sequential build instead." 38 - {failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"} 38 + {failure & jobs > 1 & opam-version >= "2.0.5"} 39 39 ] 40 40 available: !(os = "macos" & arch = "arm64")
+4 -4
packages/ocaml-variants/ocaml-variants.4.11.2+trunk+flambda/opam
··· 21 21 "CC=cc" 22 22 "ASPP=cc -c" 23 23 ] {os = "openbsd" | os = "macos"} 24 - [make "-j%{jobs}%" {os != "cygwin"} "world"] 25 - [make "-j%{jobs}%" {os != "cygwin"} "world.opt"] 24 + [make "-j%{jobs}%" "world"] 25 + [make "-j%{jobs}%" "world.opt"] 26 26 ] 27 27 install: [make "install"] 28 28 url { ··· 32 32 "A failure in the middle of the build may be caused by build parallelism 33 33 (enabled by default). 34 34 See https://github.com/ocaml/opam-repository/pull/14257 for more info." 35 - {failure & jobs > 1 & os != "cygwin"} 35 + {failure & jobs > 1} 36 36 "You can try installing again including --jobs=1 37 37 to force a sequential build instead." 38 - {failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"} 38 + {failure & jobs > 1 & opam-version >= "2.0.5"} 39 39 ] 40 40 available: !(os = "macos" & arch = "arm64")
+4 -4
packages/ocaml-variants/ocaml-variants.4.11.2+trunk+fp/opam
··· 21 21 "ASPP=cc -c" 22 22 "--enable-frame-pointers" 23 23 ] {os = "openbsd" | os = "macos"} 24 - [make "-j%{jobs}%" {os != "cygwin"} "world"] 25 - [make "-j%{jobs}%" {os != "cygwin"} "world.opt"] 24 + [make "-j%{jobs}%" "world"] 25 + [make "-j%{jobs}%" "world.opt"] 26 26 ] 27 27 install: [make "install"] 28 28 url { ··· 32 32 "A failure in the middle of the build may be caused by build parallelism 33 33 (enabled by default). 34 34 See https://github.com/ocaml/opam-repository/pull/14257 for more info." 35 - {failure & jobs > 1 & os != "cygwin"} 35 + {failure & jobs > 1} 36 36 "You can try installing again including --jobs=1 37 37 to force a sequential build instead." 38 - {failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"} 38 + {failure & jobs > 1 & opam-version >= "2.0.5"} 39 39 ] 40 40 available: !(os = "macos" & arch = "arm64")
+4 -4
packages/ocaml-variants/ocaml-variants.4.11.2+trunk/opam
··· 20 20 "CC=cc" 21 21 "ASPP=cc -c" 22 22 ] {os = "openbsd" | os = "macos"} 23 - [make "-j%{jobs}%" {os != "cygwin"} "world"] 24 - [make "-j%{jobs}%" {os != "cygwin"} "world.opt"] 23 + [make "-j%{jobs}%" "world"] 24 + [make "-j%{jobs}%" "world.opt"] 25 25 ] 26 26 install: [make "install"] 27 27 url { ··· 31 31 "A failure in the middle of the build may be caused by build parallelism 32 32 (enabled by default). 33 33 See https://github.com/ocaml/opam-repository/pull/14257 for more info." 34 - {failure & jobs > 1 & os != "cygwin"} 34 + {failure & jobs > 1} 35 35 "You can try installing again including --jobs=1 36 36 to force a sequential build instead." 37 - {failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"} 37 + {failure & jobs > 1 & opam-version >= "2.0.5"} 38 38 ] 39 39 available: !(os = "macos" & arch = "arm64")
+3 -3
packages/ocaml-variants/ocaml-variants.4.12.0+options/opam
··· 45 45 "PARTIALLD=ld -r -melf_i386" {ocaml-option-32bit:installed & os="linux"} 46 46 "LIBS=-static" {ocaml-option-static:installed} 47 47 ] 48 - [make "-j%{jobs}%" {os != "cygwin"}] 48 + [make "-j%{jobs}%"] 49 49 ] 50 50 install: [make "install"] 51 51 url { ··· 57 57 "A failure in the middle of the build may be caused by build parallelism 58 58 (enabled by default). 59 59 Please file a bug report at https://github.com/ocaml/ocaml/issues" 60 - {failure & jobs > 1 & os != "cygwin"} 60 + {failure & jobs > 1} 61 61 "You can try installing again including --jobs=1 62 62 to force a sequential build instead." 63 - {failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"} 63 + {failure & jobs > 1 & opam-version >= "2.0.5"} 64 64 ] 65 65 depopts: [ 66 66 "ocaml-option-32bit"
+3 -3
packages/ocaml-variants/ocaml-variants.4.12.0+trunk/opam
··· 47 47 "LIBS=-static" {ocaml-option-static:installed} 48 48 "--disable-warn-error" 49 49 ] 50 - [make "-j%{jobs}%" {os != "cygwin"}] 50 + [make "-j%{jobs}%"] 51 51 ] 52 52 install: [make "install"] 53 53 url { ··· 57 57 "A failure in the middle of the build may be caused by build parallelism 58 58 (enabled by default). 59 59 See https://github.com/ocaml/opam-repository/pull/14257 for more info." 60 - {failure & jobs > 1 & os != "cygwin"} 60 + {failure & jobs > 1} 61 61 "You can try installing again including --jobs=1 62 62 to force a sequential build instead." 63 - {failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"} 63 + {failure & jobs > 1 & opam-version >= "2.0.5"} 64 64 ] 65 65 depopts: [ 66 66 "ocaml-option-32bit"