(lang dune 2.9)
(name dune-glob)
(library
 (name dune-glob)
 (kind normal)
 (synopsis "The glob language as understood by dune.")
 (archives (byte dune_glob.cma) (native dune_glob.cmxa))
 (plugins (byte dune_glob.cma) (native dune_glob.cmxs))
 (native_archives dune_glob.a)
 (requires dune-private-libs.stdune dune-private-libs.dune_re)
 (main_module_name Dune_glob)
 (modes byte native)
 (modules
  (wrapped
   (main_module_name Dune_glob)
   (modules
    ((name Dune_glob) (obj_name dune_glob) (visibility public) (impl))
    ((name Glob) (obj_name dune_glob__Glob) (visibility public) (impl) (intf))
    ((name Lexer)
     (obj_name dune_glob__Lexer)
     (visibility public)
     (impl)
     (intf)))
   (alias_module
    (name Dune_glob__)
    (obj_name dune_glob__)
    (visibility public)
    (kind alias)
    (impl))
   (wrapped true))))
