(lang dune 2.7)
(name alcotest)
(version 1.0.1)
(library
 (name alcotest)
 (kind normal)
 (archives (byte alcotest.cma) (native alcotest.cmxa))
 (plugins (byte alcotest.cma) (native alcotest.cmxs))
 (native_archives alcotest.a)
 (requires fmt astring cmdliner fmt.cli fmt.tty uuidm re)
 (main_module_name Alcotest)
 (modes byte native)
 (modules
  (wrapped
   (main_module_name Alcotest)
   (modules
    ((name Alcotest) (obj_name alcotest) (visibility public) (impl) (intf))
    ((name Cli) (obj_name alcotest__Cli) (visibility public) (impl) (intf))
    ((name Core) (obj_name alcotest__Core) (visibility public) (impl) (intf))
    ((name Monad)
     (obj_name alcotest__Monad)
     (visibility public)
     (impl)
     (intf))
    ((name Pp) (obj_name alcotest__Pp) (visibility public) (impl) (intf))
    ((name Utils)
     (obj_name alcotest__Utils)
     (visibility public)
     (impl)
     (intf)))
   (alias_module
    (name Alcotest__)
    (obj_name alcotest__)
    (visibility public)
    (kind alias)
    (impl))
   (wrapped true))))
