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