this repo has no description

bastet_async's tests is not compatible with alcotest-async >= 1.6.0 (uses (implicit_transitive_deps false) and expects alcotest-async to use async-kernel instead of async)

Kate 2a7f3333 5c263437

Changed files
+2 -2
packages
bastet_async
bastet_async.0.1.0
+2 -2
packages/bastet_async/bastet_async.0.1.0/opam
···
"async_kernel" {>= "v0.12.0"}
"async_unix" {with-test & >= "v0.12.0"}
"core" {with-test & >= "v0.12.0"}
-
"alcotest" {>= "1.0.1" & with-test}
-
"alcotest-async" {>= "1.0.1" & with-test}
+
"alcotest" {>= "1.0.1" & < "1.6.0" & with-test}
+
"alcotest-async" {>= "1.0.1" & < "1.6.0" & with-test}
"mdx" {>= "1.6.0" & with-test}
"odoc" {>= "1.5.0" & with-doc}
"dune" {>= "2.4.0"}