this repo has no description
0
fork

Configure Feed

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

Merge pull request #18219 from dra27/4.13-layout

Convert OCaml 4.13 +trunk packages to new ocaml-options* layout

authored by

Kate and committed by
GitHub
d214603d 3fa3d9a4

+47 -235
-38
packages/ocaml-variants/ocaml-variants.4.13.0+trunk+afl/opam
··· 1 - opam-version: "2.0" 2 - synopsis: "current trunk, with afl-fuzz instrumentation" 3 - maintainer: "platform@lists.ocaml.org" 4 - depends: [ 5 - "ocaml" {= "4.13.0" & post} 6 - "base-unix" {post} 7 - "base-bigarray" {post} 8 - "base-threads" {post} 9 - "ocaml-beta" 10 - ] 11 - conflict-class: "ocaml-core-compiler" 12 - flags: compiler 13 - setenv: CAML_LD_LIBRARY_PATH = "%{lib}%/stublibs" 14 - build: [ 15 - [ 16 - "./configure" 17 - "--prefix=%{prefix}%" 18 - "CC=cc" {os = "openbsd" | os = "macos"} 19 - "ASPP=cc -c" {os = "openbsd" | os = "macos"} 20 - "--with-afl" 21 - "--disable-warn-error" 22 - ] 23 - [make "-j%{jobs}%" {os != "cygwin"} "world"] 24 - [make "-j%{jobs}%" {os != "cygwin"} "world.opt"] 25 - ] 26 - install: [make "install"] 27 - url { 28 - src: "https://github.com/ocaml/ocaml/archive/trunk.tar.gz" 29 - } 30 - post-messages: [ 31 - "A failure in the middle of the build may be caused by build parallelism 32 - (enabled by default). 33 - See https://github.com/ocaml/opam-repository/pull/14257 for more info." 34 - {failure & jobs > 1 & os != "cygwin"} 35 - "You can try installing again including --jobs=1 36 - to force a sequential build instead." 37 - {failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"} 38 - ]
-38
packages/ocaml-variants/ocaml-variants.4.13.0+trunk+flambda/opam
··· 1 - opam-version: "2.0" 2 - synopsis: "current trunk, with flambda activated" 3 - maintainer: "platform@lists.ocaml.org" 4 - depends: [ 5 - "ocaml" {= "4.13.0" & post} 6 - "base-unix" {post} 7 - "base-bigarray" {post} 8 - "base-threads" {post} 9 - "ocaml-beta" 10 - ] 11 - conflict-class: "ocaml-core-compiler" 12 - flags: compiler 13 - setenv: CAML_LD_LIBRARY_PATH = "%{lib}%/stublibs" 14 - build: [ 15 - [ 16 - "./configure" 17 - "--prefix=%{prefix}%" 18 - "--enable-flambda" 19 - "CC=cc" {os = "openbsd" | os = "macos"} 20 - "ASPP=cc -c" {os = "openbsd" | os = "macos"} 21 - "--disable-warn-error" 22 - ] 23 - [make "-j%{jobs}%" {os != "cygwin"} "world"] 24 - [make "-j%{jobs}%" {os != "cygwin"} "world.opt"] 25 - ] 26 - install: [make "install"] 27 - url { 28 - src: "https://github.com/ocaml/ocaml/archive/trunk.tar.gz" 29 - } 30 - post-messages: [ 31 - "A failure in the middle of the build may be caused by build parallelism 32 - (enabled by default). 33 - See https://github.com/ocaml/opam-repository/pull/14257 for more info." 34 - {failure & jobs > 1 & os != "cygwin"} 35 - "You can try installing again including --jobs=1 36 - to force a sequential build instead." 37 - {failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"} 38 - ]
-39
packages/ocaml-variants/ocaml-variants.4.13.0+trunk+fp+flambda/opam
··· 1 - opam-version: "2.0" 2 - synopsis: "current trunk" 3 - maintainer: "platform@lists.ocaml.org" 4 - depends: [ 5 - "ocaml" {= "4.13.0" & post} 6 - "base-unix" {post} 7 - "base-bigarray" {post} 8 - "base-threads" {post} 9 - "ocaml-beta" 10 - ] 11 - conflict-class: "ocaml-core-compiler" 12 - flags: compiler 13 - setenv: CAML_LD_LIBRARY_PATH = "%{lib}%/stublibs" 14 - build: [ 15 - [ 16 - "./configure" 17 - "--prefix=%{prefix}%" 18 - "CC=cc" {os = "openbsd" | os = "macos"} 19 - "ASPP=cc -c" {os = "openbsd" | os = "macos"} 20 - "--disable-warn-error" 21 - "--enable-frame-pointers" 22 - "--enable-flambda" 23 - ] 24 - [make "-j%{jobs}%" {os != "cygwin"} "world"] 25 - [make "-j%{jobs}%" {os != "cygwin"} "world.opt"] 26 - ] 27 - install: [make "install"] 28 - url { 29 - src: "https://github.com/ocaml/ocaml/archive/trunk.tar.gz" 30 - } 31 - post-messages: [ 32 - "A failure in the middle of the build may be caused by build parallelism 33 - (enabled by default). 34 - See https://github.com/ocaml/opam-repository/pull/14257 for more info." 35 - {failure & jobs > 1 & os != "cygwin"} 36 - "You can try installing again including --jobs=1 37 - to force a sequential build instead." 38 - {failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"} 39 - ]
-38
packages/ocaml-variants/ocaml-variants.4.13.0+trunk+fp/opam
··· 1 - opam-version: "2.0" 2 - synopsis: "current trunk" 3 - maintainer: "platform@lists.ocaml.org" 4 - depends: [ 5 - "ocaml" {= "4.13.0" & post} 6 - "base-unix" {post} 7 - "base-bigarray" {post} 8 - "base-threads" {post} 9 - "ocaml-beta" 10 - ] 11 - conflict-class: "ocaml-core-compiler" 12 - flags: compiler 13 - setenv: CAML_LD_LIBRARY_PATH = "%{lib}%/stublibs" 14 - build: [ 15 - [ 16 - "./configure" 17 - "--prefix=%{prefix}%" 18 - "CC=cc" {os = "openbsd" | os = "macos"} 19 - "ASPP=cc -c" {os = "openbsd" | os = "macos"} 20 - "--disable-warn-error" 21 - "--enable-frame-pointers" 22 - ] 23 - [make "-j%{jobs}%" {os != "cygwin"} "world"] 24 - [make "-j%{jobs}%" {os != "cygwin"} "world.opt"] 25 - ] 26 - install: [make "install"] 27 - url { 28 - src: "https://github.com/ocaml/ocaml/archive/trunk.tar.gz" 29 - } 30 - post-messages: [ 31 - "A failure in the middle of the build may be caused by build parallelism 32 - (enabled by default). 33 - See https://github.com/ocaml/opam-repository/pull/14257 for more info." 34 - {failure & jobs > 1 & os != "cygwin"} 35 - "You can try installing again including --jobs=1 36 - to force a sequential build instead." 37 - {failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"} 38 - ]
-38
packages/ocaml-variants/ocaml-variants.4.13.0+trunk+nnp/opam
··· 1 - opam-version: "2.0" 2 - synopsis: "current trunk" 3 - maintainer: "platform@lists.ocaml.org" 4 - depends: [ 5 - "ocaml" {= "4.13.0" & post} 6 - "base-unix" {post} 7 - "base-bigarray" {post} 8 - "base-threads" {post} 9 - "ocaml-beta" 10 - ] 11 - conflict-class: "ocaml-core-compiler" 12 - flags: compiler 13 - setenv: CAML_LD_LIBRARY_PATH = "%{lib}%/stublibs" 14 - build: [ 15 - [ 16 - "./configure" 17 - "--prefix=%{prefix}%" 18 - "CC=cc" {os = "openbsd" | os = "macos"} 19 - "ASPP=cc -c" {os = "openbsd" | os = "macos"} 20 - "--disable-warn-error" 21 - "--disable-naked-pointers" 22 - ] 23 - [make "-j%{jobs}%" {os != "cygwin"} "world"] 24 - [make "-j%{jobs}%" {os != "cygwin"} "world.opt"] 25 - ] 26 - install: [make "install"] 27 - url { 28 - src: "https://github.com/ocaml/ocaml/archive/trunk.tar.gz" 29 - } 30 - post-messages: [ 31 - "A failure in the middle of the build may be caused by build parallelism 32 - (enabled by default). 33 - See https://github.com/ocaml/opam-repository/pull/14257 for more info." 34 - {failure & jobs > 1 & os != "cygwin"} 35 - "You can try installing again including --jobs=1 36 - to force a sequential build instead." 37 - {failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"} 38 - ]
-38
packages/ocaml-variants/ocaml-variants.4.13.0+trunk+no-flat-float-array/opam
··· 1 - opam-version: "2.0" 2 - synopsis: "current trunk" 3 - maintainer: "platform@lists.ocaml.org" 4 - depends: [ 5 - "ocaml" {= "4.13.0" & post} 6 - "base-unix" {post} 7 - "base-bigarray" {post} 8 - "base-threads" {post} 9 - "ocaml-beta" 10 - ] 11 - conflict-class: "ocaml-core-compiler" 12 - flags: compiler 13 - setenv: CAML_LD_LIBRARY_PATH = "%{lib}%/stublibs" 14 - build: [ 15 - [ 16 - "./configure" 17 - "--prefix=%{prefix}%" 18 - "CC=cc" {os = "openbsd" | os = "macos"} 19 - "ASPP=cc -c" {os = "openbsd" | os = "macos"} 20 - "--disable-warn-error" 21 - "--disable-flat-float-array" 22 - ] 23 - [make "-j%{jobs}%" {os != "cygwin"} "world"] 24 - [make "-j%{jobs}%" {os != "cygwin"} "world.opt"] 25 - ] 26 - install: [make "install"] 27 - url { 28 - src: "https://github.com/ocaml/ocaml/archive/trunk.tar.gz" 29 - } 30 - post-messages: [ 31 - "A failure in the middle of the build may be caused by build parallelism 32 - (enabled by default). 33 - See https://github.com/ocaml/opam-repository/pull/14257 for more info." 34 - {failure & jobs > 1 & os != "cygwin"} 35 - "You can try installing again including --jobs=1 36 - to force a sequential build instead." 37 - {failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"} 38 - ]
+47 -6
packages/ocaml-variants/ocaml-variants.4.13.0+trunk/opam
··· 1 1 opam-version: "2.0" 2 2 synopsis: "current trunk" 3 3 maintainer: "platform@lists.ocaml.org" 4 + authors: ["Xavier Leroy" "Damien Doligez" "Alain Frisch" "Jacques Garrigue" "Didier Rémy" "Jérôme Vouillon"] 5 + homepage: "https://ocaml.org" 6 + bug-reports: "https://github.com/ocaml/ocaml/issues" 7 + dev-repo: "git://github.com/ocaml/ocaml#trunk" 4 8 depends: [ 5 9 "ocaml" {= "4.13.0" & post} 6 10 "base-unix" {post} 7 11 "base-bigarray" {post} 8 12 "base-threads" {post} 9 - "ocaml-beta" 13 + "ocaml-beta" {opam-version < "2.1"} 10 14 ] 11 15 conflict-class: "ocaml-core-compiler" 12 - flags: compiler 16 + flags: [ compiler hidden-version avoid-version ] 13 17 setenv: CAML_LD_LIBRARY_PATH = "%{lib}%/stublibs" 14 18 build: [ 15 19 [ 16 20 "./configure" 17 21 "--prefix=%{prefix}%" 18 - "CC=cc" {os = "openbsd" | os = "macos"} 19 - "ASPP=cc -c" {os = "openbsd" | os = "macos"} 22 + "-C" 23 + "--with-afl" {ocaml-option-afl:installed} 24 + "--disable-native-compiler" {ocaml-option-bytecode-only:installed} 25 + "--disable-force-safe-string" {ocaml-option-default-unsafe-string:installed} 26 + "DEFAULT_STRING=unsafe" {ocaml-option-default-unsafe-string:installed} 27 + "--disable-flat-float-array" {ocaml-option-no-flat-float-array:installed} 28 + "--enable-flambda" {ocaml-option-flambda:installed} 29 + "--enable-frame-pointers" {ocaml-option-fp:installed} 30 + "--enable-spacetime" {ocaml-option-spacetime:installed} 31 + "--disable-naked-pointers" {ocaml-option-nnp:installed} 32 + "--enable-naked-pointers-checker" {ocaml-option-nnpchecker:installed} 33 + "CC=cc" {!ocaml-option-32bit:installed & !ocaml-option-musl:installed & (os="openbsd"|os="macos")} 34 + "CC=musl-gcc" {ocaml-option-musl:installed & os-distribution!="alpine"} 35 + "CFLAGS=-Os" {ocaml-option-musl:installed} 36 + "CC=gcc -m32" {ocaml-option-32bit:installed & os="linux"} 37 + "CC=gcc -Wl,-read_only_relocs,suppress -arch i386 -m32" {ocaml-option-32bit:installed & os="macos"} 38 + "ASPP=cc -c" {!ocaml-option-32bit:installed & !ocaml-option-musl:installed & (os="openbsd"|os="macos")} 39 + "ASPP=musl-gcc -c" {ocaml-option-musl:installed & os-distribution!="alpine"} 40 + "ASPP=gcc -m32 -c" {ocaml-option-32bit:installed & os="linux"} 41 + "ASPP=gcc -arch i386 -m32 -c" {ocaml-option-32bit:installed & os="macos"} 42 + "AS=as --32" {ocaml-option-32bit:installed & os="linux"} 43 + "AS=as -arch i386" {ocaml-option-32bit:installed & os="macos"} 44 + "--host=i386-linux" {ocaml-option-32bit:installed & os="linux"} 45 + "--host=i386-apple-darwin13.2.0" {ocaml-option-32bit:installed & os="macos"} 46 + "PARTIALLD=ld -r -melf_i386" {ocaml-option-32bit:installed & os="linux"} 47 + "LIBS=-static" {ocaml-option-static:installed} 20 48 "--disable-warn-error" 21 49 ] 22 - [make "-j%{jobs}%" {os != "cygwin"} "world"] 23 - [make "-j%{jobs}%" {os != "cygwin"} "world.opt"] 50 + [make "-j%{jobs}%"] 24 51 ] 25 52 install: [make "install"] 26 53 url { ··· 35 62 to force a sequential build instead." 36 63 {failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"} 37 64 ] 65 + depopts: [ 66 + "ocaml-option-32bit" 67 + "ocaml-option-afl" 68 + "ocaml-option-bytecode-only" 69 + "ocaml-option-default-unsafe-string" 70 + "ocaml-option-no-flat-float-array" 71 + "ocaml-option-flambda" 72 + "ocaml-option-fp" 73 + "ocaml-option-musl" 74 + "ocaml-option-static" 75 + "ocaml-option-spacetime" 76 + "ocaml-option-nnp" 77 + "ocaml-option-nnpchecker" 78 + ]