(lang dune 3.16)
(name ounit2-lwt)
(sections
 (lib
  /var/tmp/portage/dev-ml/ounit2-2.2.7-r1/image/usr/lib64/ocaml/ounit2-lwt)
 (libexec
  /var/tmp/portage/dev-ml/ounit2-2.2.7-r1/image/usr/lib64/ocaml/ounit2-lwt)
 (doc /var/tmp/portage/dev-ml/ounit2-2.2.7-r1/image/usr/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))))))
