package ocamlbuild

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