(lang dune 2.9)
(name ounit2-lwt)
(version 2.2.4)
(library
 (name ounit2-lwt)
 (kind normal)
 (archives (byte oUnitLwt.cma) (native oUnitLwt.cmxa))
 (plugins (byte oUnitLwt.cma) (native oUnitLwt.cmxs))
 (native_archives oUnitLwt.a)
 (requires lwt lwt.unix ounit2.advanced)
 (main_module_name OUnitLwt)
 (modes byte native)
 (modules
  (singleton (name OUnitLwt) (obj_name oUnitLwt) (visibility public) (impl))))
