this repo has no description

Mark package marking warnings as errors as unavailable on OCaml 4.13 (new missing-mli warning)

Kate 2d33cc16 bdef0a51

Changed files
+18 -18
packages
abella
abella.2.0.7
grain_wasm_spec
grain_wasm_spec.0.1
hlarp
hlarp.0.0.1
hlarp.0.0.2
labltk
labltk.8.06.10
labltk.8.06.6
labltk.8.06.7
labltk.8.06.8
labltk.8.06.9
obytelib
obytelib.1.1
obytelib.1.2
ocamlpp
ocamlpp.1.1
ocolor
ocolor.1.1
ocolor.1.2
ocolor.1.2.1
wasm
wasm.1.0.1
wasm.1.1
wasm.1.1.1
+1 -1
packages/abella/abella.2.0.7/opam
···
[make "all" "abella.install"]
]
depends: [
-
"ocaml" { >= "4.02.3" }
"ocamlfind" {build}
"ocamlbuild" {build}
]
···
[make "all" "abella.install"]
]
depends: [
+
"ocaml" { >= "4.02.3" & < "4.13" }
"ocamlfind" {build}
"ocamlbuild" {build}
]
+1 -1
packages/grain_wasm_spec/grain_wasm_spec.0.1/opam
···
"wasm"
]
depends: [
-
"ocaml" {>= "4.07.0"}
"ocamlfind" {build}
"ocamlbuild" {build}
]
···
"wasm"
]
depends: [
+
"ocaml" {>= "4.07.0" & < "4.13"}
"ocamlfind" {build}
"ocamlbuild" {build}
]
+1 -1
packages/hlarp/hlarp.0.0.1/opam
···
]
remove: [make "uninstall"]
depends: [
-
"ocaml" {>= "4.02.0"}
"ocamlfind" {build}
"ocamlbuild" {build}
"cmdliner"
···
]
remove: [make "uninstall"]
depends: [
+
"ocaml" {>= "4.02.0" & < "4.13"}
"ocamlfind" {build}
"ocamlbuild" {build}
"cmdliner"
+1 -1
packages/hlarp/hlarp.0.0.2/opam
···
install: [make "install"]
remove: [make "uninstall"]
depends: [
-
"ocaml" {>= "4.03.0"}
"ocamlfind" {build}
"ocamlbuild" {build}
"cmdliner"
···
install: [make "install"]
remove: [make "uninstall"]
depends: [
+
"ocaml" {>= "4.03.0" & < "4.13"}
"ocamlfind" {build}
"ocamlbuild" {build}
"cmdliner"
+1 -1
packages/labltk/labltk.8.06.10/opam
···
[make "install"]
]
depends: [
-
"ocaml" {>= "4.07"}
"ocamlfind" {build}
"conf-tcl"
"conf-tk"
···
[make "install"]
]
depends: [
+
"ocaml" {>= "4.07" & < "4.13"}
"ocamlfind" {build}
"conf-tcl"
"conf-tk"
+1 -1
packages/labltk/labltk.8.06.6/opam
···
]
remove: [["ocamlfind" "remove" "labltk"]]
depends: [
-
"ocaml" {>= "4.07"}
"ocamlfind" {build}
"conf-tcl"
"conf-tk"
···
]
remove: [["ocamlfind" "remove" "labltk"]]
depends: [
+
"ocaml" {>= "4.07" & < "4.13"}
"ocamlfind" {build}
"conf-tcl"
"conf-tk"
+1 -1
packages/labltk/labltk.8.06.7/opam
···
]
remove: [["ocamlfind" "remove" "labltk"]]
depends: [
-
"ocaml" {>= "4.07"}
"ocamlfind" {build}
"conf-tcl"
"conf-tk"
···
]
remove: [["ocamlfind" "remove" "labltk"]]
depends: [
+
"ocaml" {>= "4.07" & < "4.13"}
"ocamlfind" {build}
"conf-tcl"
"conf-tk"
+1 -1
packages/labltk/labltk.8.06.8/opam
···
[make "install"]
]
depends: [
-
"ocaml" {>= "4.07"}
"ocamlfind" {build}
"conf-tcl"
"conf-tk"
···
[make "install"]
]
depends: [
+
"ocaml" {>= "4.07" & < "4.13"}
"ocamlfind" {build}
"conf-tcl"
"conf-tk"
+1 -1
packages/labltk/labltk.8.06.9/opam
···
[make "install"]
]
depends: [
-
"ocaml" {>= "4.07"}
"ocamlfind" {build}
"conf-tcl"
"conf-tk"
···
[make "install"]
]
depends: [
+
"ocaml" {>= "4.07" & < "4.13"}
"ocamlfind" {build}
"conf-tcl"
"conf-tk"
+1 -1
packages/obytelib/obytelib.1.1/opam
···
[make "uninstall"]
]
depends: [
-
"ocaml" {>= "4.03.0"}
"ocamlbuild"
]
install: [make "install"]
···
[make "uninstall"]
]
depends: [
+
"ocaml" {>= "4.03.0" & < "4.13"}
"ocamlbuild"
]
install: [make "install"]
+1 -1
packages/obytelib/obytelib.1.2/opam
···
[make "uninstall"]
]
depends: [
-
"ocaml" {>= "4.04.0"}
"ocamlbuild"
]
install: [make "install"]
···
[make "uninstall"]
]
depends: [
+
"ocaml" {>= "4.04.0" & < "4.13"}
"ocamlbuild"
]
install: [make "install"]
+1 -1
packages/ocamlpp/ocamlpp.1.1/opam
···
[make "uninstall"]
]
depends: [
-
"ocaml" {>= "4.03.0"}
"ocamlbuild" {build}
]
install: [make "install"]
···
[make "uninstall"]
]
depends: [
+
"ocaml" {>= "4.03.0" & < "4.13"}
"ocamlbuild" {build}
]
install: [make "install"]
+1 -1
packages/ocolor/ocolor.1.1/opam
···
maintainer: "Marc Chevalier <ocolor@marc-chevalier.com>"
authors: "Marc Chevalier <ocolor@marc-chevalier.com>"
depends: [
-
"ocaml" {>= "4.02.3"}
"dune" {>= "1.6.3"}
"cppo" {build & >= "1.6.5"}
]
···
maintainer: "Marc Chevalier <ocolor@marc-chevalier.com>"
authors: "Marc Chevalier <ocolor@marc-chevalier.com>"
depends: [
+
"ocaml" {>= "4.02.3" & < "4.13"}
"dune" {>= "1.6.3"}
"cppo" {build & >= "1.6.5"}
]
+1 -1
packages/ocolor/ocolor.1.2.1/opam
···
maintainer: "Marc Chevalier <ocolor@marc-chevalier.com>"
authors: "Marc Chevalier <ocolor@marc-chevalier.com>"
depends: [
-
"ocaml" {>= "4.02.3"}
"dune" {>= "1.6.3"}
"cppo" {build & >= "1.6.5"}
]
···
maintainer: "Marc Chevalier <ocolor@marc-chevalier.com>"
authors: "Marc Chevalier <ocolor@marc-chevalier.com>"
depends: [
+
"ocaml" {>= "4.02.3" & < "4.13"}
"dune" {>= "1.6.3"}
"cppo" {build & >= "1.6.5"}
]
+1 -1
packages/ocolor/ocolor.1.2/opam
···
maintainer: "Marc Chevalier <ocolor@marc-chevalier.com>"
authors: "Marc Chevalier <ocolor@marc-chevalier.com>"
depends: [
-
"ocaml" {>= "4.02.3"}
"dune" {>= "1.6.3"}
"cppo" {build & >= "1.6.5"}
]
···
maintainer: "Marc Chevalier <ocolor@marc-chevalier.com>"
authors: "Marc Chevalier <ocolor@marc-chevalier.com>"
depends: [
+
"ocaml" {>= "4.02.3" & < "4.13"}
"dune" {>= "1.6.3"}
"cppo" {build & >= "1.6.5"}
]
+1 -1
packages/wasm/wasm.1.0.1/opam
···
]
install: [make "-C" "interpreter" "install"]
depends: [
-
"ocaml" {>= "4.02.3"}
"ocamlfind" {build}
"ocamlbuild" {build}
]
···
]
install: [make "-C" "interpreter" "install"]
depends: [
+
"ocaml" {>= "4.02.3" & < "4.13"}
"ocamlfind" {build}
"ocamlbuild" {build}
]
+1 -1
packages/wasm/wasm.1.1.1/opam
···
]
install: [make "-C" "interpreter" "install"]
depends: [
-
"ocaml" {>= "4.08.0"}
"ocamlfind" {build}
"ocamlbuild" {build}
]
···
]
install: [make "-C" "interpreter" "install"]
depends: [
+
"ocaml" {>= "4.08.0" & < "4.13"}
"ocamlfind" {build}
"ocamlbuild" {build}
]
+1 -1
packages/wasm/wasm.1.1/opam
···
]
install: [make "-C" "interpreter" "install"]
depends: [
-
"ocaml" {>= "4.08.0"}
"ocamlfind" {build}
"ocamlbuild" {build}
]
···
]
install: [make "-C" "interpreter" "install"]
depends: [
+
"ocaml" {>= "4.08.0" & < "4.13"}
"ocamlfind" {build}
"ocamlbuild" {build}
]