this repo has no description

ppx_repr >= 0.3.0 tests are not compatible with sexplib0.v0.15 (Printexc.register_printer in sexplib0 changed)

Kate dae0bc74 4255aa6f

Changed files
+12
packages
ppx_repr
ppx_repr.0.3.0
ppx_repr.0.4.0
ppx_repr.0.5.0
ppx_repr.0.6.0
+3
packages/ppx_repr/ppx_repr.0.3.0/opam
···
"hex" {with-test}
"alcotest" {>= "1.1.0" & with-test}
"odoc" {with-doc}
+
+
# TODO: In theory this should be in "conflicts" not in "depends" because it’s not used directly, only via ppxlib
+
"sexplib0" {with-test & < "v0.15"} # Printexc.register_printer in sexplib0 changed
]
conflicts: [
"ocaml-migrate-parsetree" {= "1.7.1"}
+3
packages/ppx_repr/ppx_repr.0.4.0/opam
···
"hex" {with-test}
"alcotest" {>= "1.4.0" & with-test}
"odoc" {with-doc}
+
+
# TODO: In theory this should be in "conflicts" not in "depends" because it’s not used directly, only via ppxlib
+
"sexplib0" {with-test & < "v0.15"} # Printexc.register_printer in sexplib0 changed
]
conflicts: [
"ocaml-migrate-parsetree" {= "1.7.1"}
+3
packages/ppx_repr/ppx_repr.0.5.0/opam
···
"optint" {>= "0.1.0" & with-test}
"alcotest" {>= "1.4.0" & with-test}
"odoc" {with-doc}
+
+
# TODO: In theory this should be in "conflicts" not in "depends" because it’s not used directly, only via ppxlib
+
"sexplib0" {with-test & < "v0.15"} # Printexc.register_printer in sexplib0 changed
]
conflicts: [
"ocaml-migrate-parsetree" {= "1.7.1"}
+3
packages/ppx_repr/ppx_repr.0.6.0/opam
···
"optint" {>= "0.1.0" & with-test}
"alcotest" {>= "1.4.0" & with-test}
"odoc" {with-doc}
+
+
# TODO: In theory this should be in "conflicts" not in "depends" because it’s not used directly, only via ppxlib
+
"sexplib0" {with-test & < "v0.15"} # Printexc.register_printer in sexplib0 changed
]
conflicts: [
"ocaml-migrate-parsetree" {= "1.7.1"}