this repo has no description

Merge pull request #27283 from silene/why3+stackify

Mark Why3 + Stackify as incompatible with OCaml < 4.12.

Shon Feder f953005b da383c86

Changed files
+14 -8
packages
why3
why3.1.7.0
why3.1.7.1
why3.1.7.2
why3.1.8.0
+4 -2
packages/why3/why3.1.7.0/opam
···
"--enable-zip" {camlzip:installed}
"--disable-hypothesis-selection" {!ocamlgraph:installed}
"--enable-hypothesis-selection" {ocamlgraph:installed}
-
"--disable-stackify" {!ocamlgraph:installed}
-
"--enable-stackify" {ocamlgraph:installed}
+
"--disable-stackify" {!ocamlgraph:installed | ocaml:version < "4.12"}
+
"--enable-stackify" {ocamlgraph:installed & ocaml:version >= "4.12"}
"--disable-ide"]
[make "-j%{jobs}%" "all" "opt" "byte"]
[make "doc" "stdlibdoc" "apidoc"] {with-doc}
···
"ppx_sexp_conv" {build}
"mlmpfr"
]
+
+
available: os != "win32" | os-distribution = "cygwinports"
conflicts: [
"why3-base"
+4 -2
packages/why3/why3.1.7.1/opam
···
"--enable-zip" {camlzip:installed}
"--disable-hypothesis-selection" {!ocamlgraph:installed}
"--enable-hypothesis-selection" {ocamlgraph:installed}
-
"--disable-stackify" {!ocamlgraph:installed}
-
"--enable-stackify" {ocamlgraph:installed}
+
"--disable-stackify" {!ocamlgraph:installed | ocaml:version < "4.12"}
+
"--enable-stackify" {ocamlgraph:installed & ocaml:version >= "4.12"}
"--disable-ide"]
[make "-j%{jobs}%" "all" "opt" "byte"]
[make "doc" "stdlibdoc" "apidoc"] {with-doc}
···
"ppx_sexp_conv" {build}
"mlmpfr"
]
+
+
available: os != "win32" | os-distribution = "cygwinports"
conflicts: [
"why3-base"
+4 -2
packages/why3/why3.1.7.2/opam
···
"--enable-zip" {camlzip:installed}
"--disable-hypothesis-selection" {!ocamlgraph:installed}
"--enable-hypothesis-selection" {ocamlgraph:installed}
-
"--disable-stackify" {!ocamlgraph:installed}
-
"--enable-stackify" {ocamlgraph:installed}
+
"--disable-stackify" {!ocamlgraph:installed | ocaml:version < "4.12"}
+
"--enable-stackify" {ocamlgraph:installed & ocaml:version >= "4.12"}
"--disable-ide"]
[make "-j%{jobs}%" "all" "byte"]
[make "doc" "stdlibdoc" "apidoc"] {with-doc}
···
"ppx_sexp_conv" {build}
"mlmpfr"
]
+
+
available: os != "win32" | os-distribution = "cygwinports"
conflicts: [
"why3-base"
+2 -2
packages/why3/why3.1.8.0/opam
···
"--enable-zip" {camlzip:installed}
"--disable-hypothesis-selection" {!ocamlgraph:installed}
"--enable-hypothesis-selection" {ocamlgraph:installed}
-
"--disable-stackify" {!ocamlgraph:installed}
-
"--enable-stackify" {ocamlgraph:installed}
+
"--disable-stackify" {!ocamlgraph:installed | ocaml:version < "4.12"}
+
"--enable-stackify" {ocamlgraph:installed & ocaml:version >= "4.12"}
"--disable-ide"]
[make "-j%{jobs}%" "all" "byte"]
[make "doc" "stdlibdoc" "apidoc"] {with-doc}