sig
type level = [ `Debug | `Error | `Info | `Warning ]
type source
type source_filename = OASISContext.source OASISFileSystem.filename
val in_srcdir : OASISUnixPath.unix_filename -> OASISContext.source_filename
type t = {
quiet : bool;
info : bool;
debug : bool;
ignore_plugins : bool;
ignore_unknown_fields : bool;
printf : OASISContext.level -> string -> unit;
srcfs : OASISContext.source OASISFileSystem.fs;
load_oasis_plugin : string -> bool;
}
val default : OASISContext.t Stdlib.ref
val fspecs :
unit ->
(string * Stdlib.Arg.spec * string) list * (unit -> OASISContext.t)
val quiet : OASISContext.t
end