(lang dune 3.11)
(name ounit2-lwt)
(version 2.2.7)
(sections (lib /usr/libx32/ocaml/ounit2-lwt) (doc /usr/share/doc/ounit2-lwt))
(files
 (lib
  (META dune-package oUnitLwt.cma oUnitLwt.cmi oUnitLwt.cmt oUnitLwt.ml opam))
 (doc (CHANGES.md LICENSE.txt README.md)))
(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
   (obj_name oUnitLwt)
   (visibility public)
   (source (path OUnitLwt) (impl (path oUnitLwt.ml))))))
