this repo has no description

Merge pull request #18219 from dra27/4.13-layout

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

Kate d214603d 3fa3d9a4

Changed files
+47 -235
packages
ocaml-variants
ocaml-variants.4.13.0+trunk
ocaml-variants.4.13.0+trunk+afl
ocaml-variants.4.13.0+trunk+flambda
ocaml-variants.4.13.0+trunk+fp
ocaml-variants.4.13.0+trunk+fp+flambda
ocaml-variants.4.13.0+trunk+nnp
ocaml-variants.4.13.0+trunk+no-flat-float-array
-38
packages/ocaml-variants/ocaml-variants.4.13.0+trunk+afl/opam
···
-
opam-version: "2.0"
-
synopsis: "current trunk, with afl-fuzz instrumentation"
-
maintainer: "platform@lists.ocaml.org"
-
depends: [
-
"ocaml" {= "4.13.0" & post}
-
"base-unix" {post}
-
"base-bigarray" {post}
-
"base-threads" {post}
-
"ocaml-beta"
-
]
-
conflict-class: "ocaml-core-compiler"
-
flags: compiler
-
setenv: CAML_LD_LIBRARY_PATH = "%{lib}%/stublibs"
-
build: [
-
[
-
"./configure"
-
"--prefix=%{prefix}%"
-
"CC=cc" {os = "openbsd" | os = "macos"}
-
"ASPP=cc -c" {os = "openbsd" | os = "macos"}
-
"--with-afl"
-
"--disable-warn-error"
-
]
-
[make "-j%{jobs}%" {os != "cygwin"} "world"]
-
[make "-j%{jobs}%" {os != "cygwin"} "world.opt"]
-
]
-
install: [make "install"]
-
url {
-
src: "https://github.com/ocaml/ocaml/archive/trunk.tar.gz"
-
}
-
post-messages: [
-
"A failure in the middle of the build may be caused by build parallelism
-
(enabled by default).
-
See https://github.com/ocaml/opam-repository/pull/14257 for more info."
-
{failure & jobs > 1 & os != "cygwin"}
-
"You can try installing again including --jobs=1
-
to force a sequential build instead."
-
{failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"}
-
]
-38
packages/ocaml-variants/ocaml-variants.4.13.0+trunk+flambda/opam
···
-
opam-version: "2.0"
-
synopsis: "current trunk, with flambda activated"
-
maintainer: "platform@lists.ocaml.org"
-
depends: [
-
"ocaml" {= "4.13.0" & post}
-
"base-unix" {post}
-
"base-bigarray" {post}
-
"base-threads" {post}
-
"ocaml-beta"
-
]
-
conflict-class: "ocaml-core-compiler"
-
flags: compiler
-
setenv: CAML_LD_LIBRARY_PATH = "%{lib}%/stublibs"
-
build: [
-
[
-
"./configure"
-
"--prefix=%{prefix}%"
-
"--enable-flambda"
-
"CC=cc" {os = "openbsd" | os = "macos"}
-
"ASPP=cc -c" {os = "openbsd" | os = "macos"}
-
"--disable-warn-error"
-
]
-
[make "-j%{jobs}%" {os != "cygwin"} "world"]
-
[make "-j%{jobs}%" {os != "cygwin"} "world.opt"]
-
]
-
install: [make "install"]
-
url {
-
src: "https://github.com/ocaml/ocaml/archive/trunk.tar.gz"
-
}
-
post-messages: [
-
"A failure in the middle of the build may be caused by build parallelism
-
(enabled by default).
-
See https://github.com/ocaml/opam-repository/pull/14257 for more info."
-
{failure & jobs > 1 & os != "cygwin"}
-
"You can try installing again including --jobs=1
-
to force a sequential build instead."
-
{failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"}
-
]
-39
packages/ocaml-variants/ocaml-variants.4.13.0+trunk+fp+flambda/opam
···
-
opam-version: "2.0"
-
synopsis: "current trunk"
-
maintainer: "platform@lists.ocaml.org"
-
depends: [
-
"ocaml" {= "4.13.0" & post}
-
"base-unix" {post}
-
"base-bigarray" {post}
-
"base-threads" {post}
-
"ocaml-beta"
-
]
-
conflict-class: "ocaml-core-compiler"
-
flags: compiler
-
setenv: CAML_LD_LIBRARY_PATH = "%{lib}%/stublibs"
-
build: [
-
[
-
"./configure"
-
"--prefix=%{prefix}%"
-
"CC=cc" {os = "openbsd" | os = "macos"}
-
"ASPP=cc -c" {os = "openbsd" | os = "macos"}
-
"--disable-warn-error"
-
"--enable-frame-pointers"
-
"--enable-flambda"
-
]
-
[make "-j%{jobs}%" {os != "cygwin"} "world"]
-
[make "-j%{jobs}%" {os != "cygwin"} "world.opt"]
-
]
-
install: [make "install"]
-
url {
-
src: "https://github.com/ocaml/ocaml/archive/trunk.tar.gz"
-
}
-
post-messages: [
-
"A failure in the middle of the build may be caused by build parallelism
-
(enabled by default).
-
See https://github.com/ocaml/opam-repository/pull/14257 for more info."
-
{failure & jobs > 1 & os != "cygwin"}
-
"You can try installing again including --jobs=1
-
to force a sequential build instead."
-
{failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"}
-
]
-38
packages/ocaml-variants/ocaml-variants.4.13.0+trunk+fp/opam
···
-
opam-version: "2.0"
-
synopsis: "current trunk"
-
maintainer: "platform@lists.ocaml.org"
-
depends: [
-
"ocaml" {= "4.13.0" & post}
-
"base-unix" {post}
-
"base-bigarray" {post}
-
"base-threads" {post}
-
"ocaml-beta"
-
]
-
conflict-class: "ocaml-core-compiler"
-
flags: compiler
-
setenv: CAML_LD_LIBRARY_PATH = "%{lib}%/stublibs"
-
build: [
-
[
-
"./configure"
-
"--prefix=%{prefix}%"
-
"CC=cc" {os = "openbsd" | os = "macos"}
-
"ASPP=cc -c" {os = "openbsd" | os = "macos"}
-
"--disable-warn-error"
-
"--enable-frame-pointers"
-
]
-
[make "-j%{jobs}%" {os != "cygwin"} "world"]
-
[make "-j%{jobs}%" {os != "cygwin"} "world.opt"]
-
]
-
install: [make "install"]
-
url {
-
src: "https://github.com/ocaml/ocaml/archive/trunk.tar.gz"
-
}
-
post-messages: [
-
"A failure in the middle of the build may be caused by build parallelism
-
(enabled by default).
-
See https://github.com/ocaml/opam-repository/pull/14257 for more info."
-
{failure & jobs > 1 & os != "cygwin"}
-
"You can try installing again including --jobs=1
-
to force a sequential build instead."
-
{failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"}
-
]
-38
packages/ocaml-variants/ocaml-variants.4.13.0+trunk+nnp/opam
···
-
opam-version: "2.0"
-
synopsis: "current trunk"
-
maintainer: "platform@lists.ocaml.org"
-
depends: [
-
"ocaml" {= "4.13.0" & post}
-
"base-unix" {post}
-
"base-bigarray" {post}
-
"base-threads" {post}
-
"ocaml-beta"
-
]
-
conflict-class: "ocaml-core-compiler"
-
flags: compiler
-
setenv: CAML_LD_LIBRARY_PATH = "%{lib}%/stublibs"
-
build: [
-
[
-
"./configure"
-
"--prefix=%{prefix}%"
-
"CC=cc" {os = "openbsd" | os = "macos"}
-
"ASPP=cc -c" {os = "openbsd" | os = "macos"}
-
"--disable-warn-error"
-
"--disable-naked-pointers"
-
]
-
[make "-j%{jobs}%" {os != "cygwin"} "world"]
-
[make "-j%{jobs}%" {os != "cygwin"} "world.opt"]
-
]
-
install: [make "install"]
-
url {
-
src: "https://github.com/ocaml/ocaml/archive/trunk.tar.gz"
-
}
-
post-messages: [
-
"A failure in the middle of the build may be caused by build parallelism
-
(enabled by default).
-
See https://github.com/ocaml/opam-repository/pull/14257 for more info."
-
{failure & jobs > 1 & os != "cygwin"}
-
"You can try installing again including --jobs=1
-
to force a sequential build instead."
-
{failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"}
-
]
-38
packages/ocaml-variants/ocaml-variants.4.13.0+trunk+no-flat-float-array/opam
···
-
opam-version: "2.0"
-
synopsis: "current trunk"
-
maintainer: "platform@lists.ocaml.org"
-
depends: [
-
"ocaml" {= "4.13.0" & post}
-
"base-unix" {post}
-
"base-bigarray" {post}
-
"base-threads" {post}
-
"ocaml-beta"
-
]
-
conflict-class: "ocaml-core-compiler"
-
flags: compiler
-
setenv: CAML_LD_LIBRARY_PATH = "%{lib}%/stublibs"
-
build: [
-
[
-
"./configure"
-
"--prefix=%{prefix}%"
-
"CC=cc" {os = "openbsd" | os = "macos"}
-
"ASPP=cc -c" {os = "openbsd" | os = "macos"}
-
"--disable-warn-error"
-
"--disable-flat-float-array"
-
]
-
[make "-j%{jobs}%" {os != "cygwin"} "world"]
-
[make "-j%{jobs}%" {os != "cygwin"} "world.opt"]
-
]
-
install: [make "install"]
-
url {
-
src: "https://github.com/ocaml/ocaml/archive/trunk.tar.gz"
-
}
-
post-messages: [
-
"A failure in the middle of the build may be caused by build parallelism
-
(enabled by default).
-
See https://github.com/ocaml/opam-repository/pull/14257 for more info."
-
{failure & jobs > 1 & os != "cygwin"}
-
"You can try installing again including --jobs=1
-
to force a sequential build instead."
-
{failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"}
-
]
+47 -6
packages/ocaml-variants/ocaml-variants.4.13.0+trunk/opam
···
opam-version: "2.0"
synopsis: "current trunk"
maintainer: "platform@lists.ocaml.org"
+
authors: ["Xavier Leroy" "Damien Doligez" "Alain Frisch" "Jacques Garrigue" "Didier Rémy" "Jérôme Vouillon"]
+
homepage: "https://ocaml.org"
+
bug-reports: "https://github.com/ocaml/ocaml/issues"
+
dev-repo: "git://github.com/ocaml/ocaml#trunk"
depends: [
"ocaml" {= "4.13.0" & post}
"base-unix" {post}
"base-bigarray" {post}
"base-threads" {post}
-
"ocaml-beta"
+
"ocaml-beta" {opam-version < "2.1"}
]
conflict-class: "ocaml-core-compiler"
-
flags: compiler
+
flags: [ compiler hidden-version avoid-version ]
setenv: CAML_LD_LIBRARY_PATH = "%{lib}%/stublibs"
build: [
[
"./configure"
"--prefix=%{prefix}%"
-
"CC=cc" {os = "openbsd" | os = "macos"}
-
"ASPP=cc -c" {os = "openbsd" | os = "macos"}
+
"-C"
+
"--with-afl" {ocaml-option-afl:installed}
+
"--disable-native-compiler" {ocaml-option-bytecode-only:installed}
+
"--disable-force-safe-string" {ocaml-option-default-unsafe-string:installed}
+
"DEFAULT_STRING=unsafe" {ocaml-option-default-unsafe-string:installed}
+
"--disable-flat-float-array" {ocaml-option-no-flat-float-array:installed}
+
"--enable-flambda" {ocaml-option-flambda:installed}
+
"--enable-frame-pointers" {ocaml-option-fp:installed}
+
"--enable-spacetime" {ocaml-option-spacetime:installed}
+
"--disable-naked-pointers" {ocaml-option-nnp:installed}
+
"--enable-naked-pointers-checker" {ocaml-option-nnpchecker:installed}
+
"CC=cc" {!ocaml-option-32bit:installed & !ocaml-option-musl:installed & (os="openbsd"|os="macos")}
+
"CC=musl-gcc" {ocaml-option-musl:installed & os-distribution!="alpine"}
+
"CFLAGS=-Os" {ocaml-option-musl:installed}
+
"CC=gcc -m32" {ocaml-option-32bit:installed & os="linux"}
+
"CC=gcc -Wl,-read_only_relocs,suppress -arch i386 -m32" {ocaml-option-32bit:installed & os="macos"}
+
"ASPP=cc -c" {!ocaml-option-32bit:installed & !ocaml-option-musl:installed & (os="openbsd"|os="macos")}
+
"ASPP=musl-gcc -c" {ocaml-option-musl:installed & os-distribution!="alpine"}
+
"ASPP=gcc -m32 -c" {ocaml-option-32bit:installed & os="linux"}
+
"ASPP=gcc -arch i386 -m32 -c" {ocaml-option-32bit:installed & os="macos"}
+
"AS=as --32" {ocaml-option-32bit:installed & os="linux"}
+
"AS=as -arch i386" {ocaml-option-32bit:installed & os="macos"}
+
"--host=i386-linux" {ocaml-option-32bit:installed & os="linux"}
+
"--host=i386-apple-darwin13.2.0" {ocaml-option-32bit:installed & os="macos"}
+
"PARTIALLD=ld -r -melf_i386" {ocaml-option-32bit:installed & os="linux"}
+
"LIBS=-static" {ocaml-option-static:installed}
"--disable-warn-error"
]
-
[make "-j%{jobs}%" {os != "cygwin"} "world"]
-
[make "-j%{jobs}%" {os != "cygwin"} "world.opt"]
+
[make "-j%{jobs}%"]
]
install: [make "install"]
url {
···
to force a sequential build instead."
{failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"}
]
+
depopts: [
+
"ocaml-option-32bit"
+
"ocaml-option-afl"
+
"ocaml-option-bytecode-only"
+
"ocaml-option-default-unsafe-string"
+
"ocaml-option-no-flat-float-array"
+
"ocaml-option-flambda"
+
"ocaml-option-fp"
+
"ocaml-option-musl"
+
"ocaml-option-static"
+
"ocaml-option-spacetime"
+
"ocaml-option-nnp"
+
"ocaml-option-nnpchecker"
+
]