| File lib/ocaml/pkg-lib/annexlib/glob.cmi_pretty | GODI Package godi-annexlib |
| Library annexlib |
type t = Glob.t val compile : ?cs:bool -> string -> t val exec : t -> string -> bool val quick : ?cs:bool -> string -> string -> bool val case_sensitive : t -> bool val escape : string -> string type re_style = [ `PCRE | `Str ] val regexp_of_glob : ?style:re_style -> ?glob:t -> ?pat:string -> unit -> string