Module Ocamlbuild_pack.Glob
type fast_pattern
type globber
= fast_pattern Glob_ast.atom Bool.boolean
val parse : ?dir:string -> string -> globber
val eval : globber -> string -> bool
val fast_pattern_of_pattern : Glob_ast.pattern -> fast_pattern