this repo has no description

mirage-kv-mem is not compatible with alcotest 1.9.0

Fails with

Error: The value "map" has type
"('a -> 'b) -> 'b Alcotest.testable -> 'a Alcotest.testable"
but an expression was expected of type "Pure.t" = "Mirage_kv_mem.Pure.t"

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

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

Changed files
+5 -5
packages
mirage-kv-mem
mirage-kv-mem.2.0.0
mirage-kv-mem.3.0.0
mirage-kv-mem.3.1.0
mirage-kv-mem.3.2.1
mirage-kv-mem.4.0.0
+1 -1
packages/mirage-kv-mem/mirage-kv-mem.2.0.0/opam
···
depends: [
"ocaml" {>= "4.05.0"}
"dune"
-
"alcotest" {with-test}
"ppx_deriving" {with-test}
"mirage-clock" {>= "2.0.0" & < "3.0.0"}
"mirage-kv-lwt" {>= "2.0.0"}
···
depends: [
"ocaml" {>= "4.05.0"}
"dune"
+
"alcotest" {with-test & < "1.9.0"}
"ppx_deriving" {with-test}
"mirage-clock" {>= "2.0.0" & < "3.0.0"}
"mirage-kv-lwt" {>= "2.0.0"}
+1 -1
packages/mirage-kv-mem/mirage-kv-mem.3.0.0/opam
···
depends: [
"ocaml" {>= "4.06.0"}
"dune" {>= "1.3.0"}
-
"alcotest" {with-test}
"ppx_deriving" {with-test}
"mirage-clock" {>= "3.0.0"}
"mirage-kv" {>= "3.0.0" & < "5.0.0"}
···
depends: [
"ocaml" {>= "4.06.0"}
"dune" {>= "1.3.0"}
+
"alcotest" {with-test & < "1.9.0"}
"ppx_deriving" {with-test}
"mirage-clock" {>= "3.0.0"}
"mirage-kv" {>= "3.0.0" & < "5.0.0"}
+1 -1
packages/mirage-kv-mem/mirage-kv-mem.3.1.0/opam
···
depends: [
"ocaml" {>= "4.08.0"}
"dune" {>= "1.3.0"}
-
"alcotest" {with-test}
"ppx_deriving" {with-test}
"mirage-clock" {>= "3.0.0"}
"mirage-kv" {>= "5.0.0" & < "6.0.0"}
···
depends: [
"ocaml" {>= "4.08.0"}
"dune" {>= "1.3.0"}
+
"alcotest" {with-test & < "1.9.0"}
"ppx_deriving" {with-test}
"mirage-clock" {>= "3.0.0"}
"mirage-kv" {>= "5.0.0" & < "6.0.0"}
+1 -1
packages/mirage-kv-mem/mirage-kv-mem.3.2.1/opam
···
depends: [
"ocaml" {>= "4.08.0"}
"dune" {>= "1.3.0"}
-
"alcotest" {with-test}
"mirage-clock" {>= "3.0.0"}
"mirage-kv" {>= "6.0.0"}
"fmt"
···
depends: [
"ocaml" {>= "4.08.0"}
"dune" {>= "1.3.0"}
+
"alcotest" {with-test & < "1.9.0"}
"mirage-clock" {>= "3.0.0"}
"mirage-kv" {>= "6.0.0"}
"fmt"
+1 -1
packages/mirage-kv-mem/mirage-kv-mem.4.0.0/opam
···
depends: [
"ocaml" {>= "4.08.0"}
"dune" {>= "1.3.0"}
-
"alcotest" {with-test}
"mirage-ptime" {>= "5.0.0"}
"mirage-kv" {>= "6.0.0"}
"fmt" {>= "0.9.0"}
···
depends: [
"ocaml" {>= "4.08.0"}
"dune" {>= "1.3.0"}
+
"alcotest" {with-test & < "1.9.0"}
"mirage-ptime" {>= "5.0.0"}
"mirage-kv" {>= "6.0.0"}
"fmt" {>= "0.9.0"}