this repo has no description

Mark Why3 + Stackify as incompatible with OCaml < 4.12.

Changed files
+8 -8
packages
why3
why3.1.7.0
why3.1.7.1
why3.1.7.2
why3.1.8.0
+2 -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}
+2 -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}
+2 -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}
+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}