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