(lang dune 2.7)
(name alcotest-lwt)
(version 1.2.3)
(library
 (name alcotest-lwt)
 (kind normal)
 (archives (byte alcotest_lwt.cma) (native alcotest_lwt.cmxa))
 (plugins (byte alcotest_lwt.cma) (native alcotest_lwt.cmxs))
 (native_archives alcotest_lwt.a)
 (requires logs lwt lwt.unix fmt alcotest.engine alcotest)
 (main_module_name Alcotest_lwt)
 (modes byte native)
 (modules
  (singleton
   (name Alcotest_lwt)
   (obj_name alcotest_lwt)
   (visibility public)
   (impl)
   (intf))))
