package ocamlbuild

  1. Overview
  2. Docs
type error =
  1. | Subcommand_failed
  2. | Subcommand_got_signal
  3. | Io_error
  4. | Exceptionl_condition
val execute : ?max_jobs:int -> ?ticker:(unit -> unit) -> ?period:float -> ?display:((out_channel -> unit) -> unit) -> exit:(error -> unit) -> (unit -> string) list list -> (bool list * exn) option