this repo has no description

alcotest's tests are not compatible with OCaml 5.2

Fixed upstream in https://github.com/mirage/alcotest/pull/402

Kate a65c9347 1ff12bce

Changed files
+4 -3
packages
alcotest
alcotest.1.5.0
alcotest.1.6.0
alcotest.1.7.0
+1 -1
packages/alcotest/alcotest.1.5.0/opam
···
"-j"
jobs
"@install"
-
"@runtest" {with-test}
+
"@runtest" {with-test & ocaml:version < "5.2"}
"@doc" {with-doc}
]
]
+1 -1
packages/alcotest/alcotest.1.6.0/opam
···
"-j"
jobs
"@install"
-
"@runtest" {with-test}
+
"@runtest" {with-test & ocaml:version < "5.2"}
"@doc" {with-doc}
]
]
+2 -1
packages/alcotest/alcotest.1.7.0/opam
···
jobs
"@install"
"@runtest" {with-test & arch != "arm32" & arch != "x86_32"
-
& arch != "s390x" & arch != "ppc64"}
+
& arch != "s390x" & arch != "ppc64"
+
& ocaml:version < "5.2"}
"@doc" {with-doc}
]
]