(lang dune 3.4)
(name alcotest-lwt)
(version 1.6.0)
(sections
 (lib /usr/lib64/ocaml/alcotest-lwt)
 (libexec /usr/lib64/ocaml/alcotest-lwt)
 (doc /usr/doc/alcotest-lwt))
(files
 (lib
  (META
   alcotest_lwt.a
   alcotest_lwt.cma
   alcotest_lwt.cmi
   alcotest_lwt.cmt
   alcotest_lwt.cmti
   alcotest_lwt.cmx
   alcotest_lwt.cmxa
   alcotest_lwt.ml
   alcotest_lwt.mli
   alcotest_lwt__.cmi
   alcotest_lwt__.cmt
   alcotest_lwt__.cmx
   alcotest_lwt__.ml
   alcotest_lwt__Alcotest_lwt_intf.cmi
   alcotest_lwt__Alcotest_lwt_intf.cmt
   alcotest_lwt__Alcotest_lwt_intf.cmx
   alcotest_lwt_intf.ml
   dune-package
   opam))
 (libexec (alcotest_lwt.cmxs))
 (doc (CHANGES.md LICENSE.md README.md)))
(library
 (name alcotest-lwt)
 (kind normal)
 (archives (byte alcotest_lwt.cma) (native alcotest_lwt.cmxa))
 (plugins (byte alcotest_lwt.cma) (native alcotest_lwt.cmxs))
 (native_archives alcotest_lwt.a)
 (requires logs lwt fmt alcotest.engine alcotest (re_export lwt.unix))
 (main_module_name Alcotest_lwt)
 (modes byte native)
 (modules
  (wrapped
   (main_module_name Alcotest_lwt)
   (modules
    ((name Alcotest_lwt)
     (obj_name alcotest_lwt)
     (visibility public)
     (impl)
     (intf))
    ((name Alcotest_lwt_intf)
     (obj_name alcotest_lwt__Alcotest_lwt_intf)
     (visibility public)
     (impl)))
   (alias_module
    (name Alcotest_lwt__)
    (obj_name alcotest_lwt__)
    (visibility public)
    (kind alias)
    (impl))
   (wrapped true))))
