(lang dune 2.9)
(name alcotest)
(version 1.5.0-29-g6be328d)
(library
 (name alcotest)
 (kind normal)
 (archives (byte alcotest.cma) (native alcotest.cmxa))
 (plugins (byte alcotest.cma) (native alcotest.cmxs))
 (foreign_objects alcotest_stubs.o)
 (foreign_archives libalcotest_stubs.a)
 (native_archives alcotest.a)
 (jsoo_runtime runtime.js)
 (requires alcotest.engine astring fmt fmt.tty unix)
 (main_module_name Alcotest)
 (modes byte native)
 (modules
  (wrapped
   (main_module_name Alcotest)
   (modules
    ((name Alcotest) (obj_name alcotest) (visibility public) (impl) (intf))
    ((name Terminal)
     (obj_name alcotest__Terminal)
     (visibility public)
     (impl)
     (intf)))
   (alias_module
    (name Alcotest__)
    (obj_name alcotest__)
    (visibility public)
    (kind alias)
    (impl))
   (wrapped true))))
(library
 (name alcotest.engine)
 (kind normal)
 (archives
  (byte engine/alcotest_engine.cma)
  (native engine/alcotest_engine.cmxa))
 (plugins
  (byte engine/alcotest_engine.cma)
  (native engine/alcotest_engine.cmxs))
 (native_archives engine/alcotest_engine.a)
 (requires
  alcotest.stdlib_ext
  fmt
  astring
  cmdliner
  fmt.cli
  re
  stdlib-shims
  uutf)
 (main_module_name Alcotest_engine)
 (modes byte native)
 (modules
  (wrapped
   (main_module_name Alcotest_engine)
   (modules
    ((name Alcotest_engine)
     (obj_name alcotest_engine)
     (visibility public)
     (impl)
     (intf))
    ((name Cli)
     (obj_name alcotest_engine__Cli)
     (visibility public)
     (impl)
     (intf))
    ((name Cli_intf)
     (obj_name alcotest_engine__Cli_intf)
     (visibility public)
     (impl))
    ((name Config)
     (obj_name alcotest_engine__Config)
     (visibility public)
     (impl)
     (intf))
    ((name Config_intf)
     (obj_name alcotest_engine__Config_intf)
     (visibility public)
     (impl))
    ((name Core)
     (obj_name alcotest_engine__Core)
     (visibility public)
     (impl)
     (intf))
    ((name Core_intf)
     (obj_name alcotest_engine__Core_intf)
     (visibility public)
     (impl))
    ((name Import)
     (obj_name alcotest_engine__Import)
     (visibility public)
     (impl))
    ((name Log_trap)
     (obj_name alcotest_engine__Log_trap)
     (visibility public)
     (impl)
     (intf))
    ((name Log_trap_intf)
     (obj_name alcotest_engine__Log_trap_intf)
     (visibility public)
     (impl))
    ((name Model)
     (obj_name alcotest_engine__Model)
     (visibility public)
     (impl))
    ((name Monad)
     (obj_name alcotest_engine__Monad)
     (visibility public)
     (impl)
     (intf))
    ((name Monad_intf)
     (obj_name alcotest_engine__Monad_intf)
     (visibility public)
     (impl))
    ((name Platform)
     (obj_name alcotest_engine__Platform)
     (visibility public)
     (impl))
    ((name Pp)
     (obj_name alcotest_engine__Pp)
     (visibility public)
     (impl)
     (intf))
    ((name Pp_intf)
     (obj_name alcotest_engine__Pp_intf)
     (visibility public)
     (impl))
    ((name Safe_string)
     (obj_name alcotest_engine__Safe_string)
     (visibility public)
     (impl)
     (intf))
    ((name Test)
     (obj_name alcotest_engine__Test)
     (visibility public)
     (impl)
     (intf)))
   (alias_module
    (name Alcotest_engine__)
    (obj_name alcotest_engine__)
    (visibility public)
    (kind alias)
    (impl))
   (wrapped true))))
(library
 (name alcotest.stdlib_ext)
 (kind normal)
 (archives
  (byte stdlib_ext/alcotest_stdlib_ext.cma)
  (native stdlib_ext/alcotest_stdlib_ext.cmxa))
 (plugins
  (byte stdlib_ext/alcotest_stdlib_ext.cma)
  (native stdlib_ext/alcotest_stdlib_ext.cmxs))
 (native_archives stdlib_ext/alcotest_stdlib_ext.a)
 (requires astring cmdliner uutf)
 (main_module_name Alcotest_stdlib_ext)
 (modes byte native)
 (modules
  (singleton
   (name Alcotest_stdlib_ext)
   (obj_name alcotest_stdlib_ext)
   (visibility public)
   (impl)
   (intf))))
