package ocamlbuild

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

Innovation. Community. Security.