Module Ocamlbuild_plugin.Command
type tags= Ocamlbuild_pack.Tags.ttype pathname= stringtype t= Ocamlbuild_pack.Command.t=|Seq of t list|Cmd of spec|Echo of string list * pathname|Nopand spec= Ocamlbuild_pack.Command.spec=|N|S of spec list|A of string|P of pathname|Px of pathname|Sh of string|T of tags|V of string|Quote of spec
val atomize : string list -> specval atomize_paths : string list -> specval execute : ?quiet:bool -> ?pretend:bool -> t -> unitval execute_many : ?quiet:bool -> ?pretend:bool -> t list -> (bool list * exn) optionval setup_virtual_command_solver : string -> (unit -> spec) -> unitval search_in_path : string -> stringval reduce : spec -> specval print : Stdlib.Format.formatter -> t -> unitval to_string : t -> stringval string_of_command_spec : spec -> stringval string_target_and_tags_of_command_spec : spec -> string * string * Ocamlbuild_pack.Tags.tval iter_tags : (Ocamlbuild_pack.Tags.t -> unit) -> t -> unitval fold_pathnames : (pathname -> 'a -> 'a) -> t -> 'a -> 'aval digest : t -> Stdlib.Digest.tval jobs : int Stdlib.refval tag_handler : (Ocamlbuild_pack.Tags.t -> spec) Stdlib.refval dump_parallel_stats : unit -> unitval deps_of_tags : Ocamlbuild_pack.Tags.t -> pathname listval dep : Ocamlbuild_pack.Tags.elt list -> pathname list -> unitval pdep : Ocamlbuild_pack.Tags.elt list -> Ocamlbuild_pack.Tags.elt -> (string -> pathname list) -> unitval list_all_deps : unit -> (Ocamlbuild_pack.Tags.t * pathname list) listval file_or_exe_exists : string -> bool