this repo has no description

junit_alcotest is not compatible with alcotest 1.9.0

Fails with Error: Unbound constructor Alcotest_engine__Core.Skip

See https://github.com/ocaml/opam-repository/pull/27617#issuecomment-2726660837

Signed-off-by: Marcello Seri <marcello.seri@gmail.com>

Changed files
+4 -4
packages
junit_alcotest
junit_alcotest.2.0
junit_alcotest.2.0.1
junit_alcotest.2.0.2
junit_alcotest.2.1.0
+1 -1
packages/junit_alcotest/junit_alcotest.2.0.1/opam
···
depends: [
"dune" {>= "1.0"}
"odoc" {with-doc & >= "1.1.1"}
-
"alcotest" {>= "0.8.0"}
"junit"
]
build: [
···
depends: [
"dune" {>= "1.0"}
"odoc" {with-doc & >= "1.1.1"}
+
"alcotest" {>= "0.8.0" & < "1.9.0"}
"junit"
]
build: [
+1 -1
packages/junit_alcotest/junit_alcotest.2.0.2/opam
···
depends: [
"dune" {>= "1.0"}
"odoc" {with-doc & >= "1.1.1"}
-
"alcotest"
"junit" {= version}
]
build: [
···
depends: [
"dune" {>= "1.0"}
"odoc" {with-doc & >= "1.1.1"}
+
"alcotest" {< "1.9.0"}
"junit" {= version}
]
build: [
+1 -1
packages/junit_alcotest/junit_alcotest.2.0/opam
···
"ocaml" {>= "4.02.3"}
"jbuilder" {>= "1.0+beta10"}
"odoc" {with-doc & >= "1.1.1"}
-
"alcotest" {>= "0.8.0"}
"junit"
]
build: [
···
"ocaml" {>= "4.02.3"}
"jbuilder" {>= "1.0+beta10"}
"odoc" {with-doc & >= "1.1.1"}
+
"alcotest" {>= "0.8.0" & < "1.9.0"}
"junit"
]
build: [
+1 -1
packages/junit_alcotest/junit_alcotest.2.1.0/opam
···
depends: [
"dune" {>= "1.0"}
"odoc" {with-doc & >= "1.1.1"}
-
"alcotest" {>= "1.7.0"}
"junit" {= version}
]
build: [
···
depends: [
"dune" {>= "1.0"}
"odoc" {with-doc & >= "1.1.1"}
+
"alcotest" {>= "1.7.0" & < "1.9.0"}
"junit" {= version}
]
build: [