type command_spec = Command.spec
val build_dir : string Stdlib.refval include_dirs : string list Stdlib.refval exclude_dirs : string list Stdlib.refval nothing_should_be_rebuilt : bool Stdlib.refval ocamlc : command_spec Stdlib.refval plugin_ocamlc : command_spec Stdlib.refval ocamlopt : command_spec Stdlib.refval plugin_ocamlopt : command_spec Stdlib.refval ocamldep : command_spec Stdlib.refval ocamldoc : command_spec Stdlib.refval ocamlyacc : command_spec Stdlib.refval ocamllex : command_spec Stdlib.refval ocamlrun : command_spec Stdlib.refval ocamlmklib : command_spec Stdlib.refval ocamlmktop : command_spec Stdlib.refval hygiene : bool Stdlib.refval sanitize : bool Stdlib.refval sanitization_script : string Stdlib.refval ignore_auto : bool Stdlib.refval plugin : bool Stdlib.refval just_plugin : bool Stdlib.refval native_plugin : bool Stdlib.refval make_links : bool Stdlib.refval nostdlib : bool Stdlib.refval program_to_execute : bool Stdlib.refval must_clean : bool Stdlib.refval catch_errors : bool Stdlib.refval use_menhir : bool Stdlib.refval show_documentation : bool Stdlib.refval recursive : bool Stdlib.refval use_ocamlfind : bool Stdlib.refval plugin_use_ocamlfind : bool Stdlib.refval targets : string list Stdlib.refval ocaml_libs : string list Stdlib.refval ocaml_mods : string list Stdlib.refval ocaml_pkgs : string list Stdlib.refval ocaml_syntax : string option Stdlib.refval ocaml_cflags : string list Stdlib.refval ocaml_lflags : string list Stdlib.refval ocaml_ppflags : string list Stdlib.refval ocaml_docflags : string list Stdlib.refval ocaml_yaccflags : string list Stdlib.refval ocaml_lexflags : string list Stdlib.refval program_args : string list Stdlib.refval ignore_list : string list Stdlib.refval tags : string list Stdlib.refval tag_lines : string list Stdlib.refval show_tags : string list Stdlib.refval ext_obj : string Stdlib.refval ext_lib : string Stdlib.refval ext_dll : string Stdlib.refval exe : string Stdlib.refval add : (Stdlib.Arg.key * Stdlib.Arg.spec * Stdlib.Arg.doc) -> unitval plugin_tags : string list Stdlib.refval ocamlbuild_project_heuristic : unit -> boolval spec : unit -> (Stdlib.Arg.key * Stdlib.Arg.spec * Stdlib.Arg.doc) listval entry : bool Slurp.entry option Stdlib.refval init : unit -> unit