this repo has no description

Disable runtest on ocaml.5.2.0+ where ppx differences cause cram test failures

Changed files
+1 -1
packages
bytestring
bytestring.0.0.8
+1 -1
packages/bytestring/bytestring.0.0.8/opam
···
"-j"
jobs
"@install"
-
"@runtest" {with-test}
"@doc" {with-doc}
]
]
···
"-j"
jobs
"@install"
+
"@runtest" {with-test & ocaml:version < "5.2.0"}
"@doc" {with-doc}
]
]