this repo has no description

move conflicts over to the affected packages

Changed files
+3 -6
packages
pa_ppx
pa_ppx.0.16
pa_ppx_migrate
pa_ppx_migrate.0.11
pa_ppx_q_ast
pa_ppx_q_ast.0.12
pa_ppx_regexp
pa_ppx_regexp.0.03
-3
packages/pa_ppx/pa_ppx.0.16/opam
···
]
conflicts: [
"ocaml-option-bytecode-only"
-
"pa_ppx_migrate" { <= "0.11" }
-
"pa_ppx_q_ast" { < "0.13" }
-
"pa_ppx_regexp" { < "0.03" }
]
build: [
[make "get-generated"]
+1 -1
packages/pa_ppx_migrate/pa_ppx_migrate.0.11/opam
···
"cppo" { >= "1.6.9" }
"camlp5-buildscripts" { >= "0.02" }
"camlp5" { >= "8.01.00" }
-
"pa_ppx" { >= "0.12" }
+
"pa_ppx" { >= "0.12" & < "0.16" }
"not-ocamlfind" { >= "0.10" }
"ounit" { >= "2.2.7" & with-test}
"fmt"
+1 -1
packages/pa_ppx_q_ast/pa_ppx_q_ast.0.12/opam
···
"cppo" { >= "1.6.9" }
"camlp5-buildscripts" { >= "0.01" }
"camlp5" { >= "8.03.00" }
-
"pa_ppx" { >= "0.15" }
+
"pa_ppx" { = "0.15" }
"pa_ppx_migrate" { with-test & >= "0.08" }
"pa_ppx_hashcons" { >= "0.08" }
"pa_ppx_unique" { >= "0.08" }
+1 -1
packages/pa_ppx_regexp/pa_ppx_regexp.0.03/opam
···
"ocaml" { >= "4.10.0" }
"camlp5-buildscripts" { >= "0.02" }
"camlp5" { >= "8.01.00" }
-
"pa_ppx" { >= "0.15" }
+
"pa_ppx" { = "0.15" }
"pa_ppx_migrate" { >= "0.10" }
"pa_ppx_static" { >= "0.01" }
"not-ocamlfind" { >= "0.10" }