this repo has no description

lwt_eio: don't run tests with Eio 0.13

The MDX output changed slightly, breaking the tests.

Changed files
+1 -1
packages
lwt_eio
lwt_eio.0.5
+1 -1
packages/lwt_eio/lwt_eio.0.5/opam
···
"eio" {>= "0.12"}
"lwt" {>= "5.7.0"}
"mdx" {>= "1.10.0" & with-test}
-
"eio_main" {with-test}
+
"eio_main" {< "0.13" & with-test}
"odoc" {with-doc}
]
build: [