package b0

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module B0_cmd_buildSource

b0 build command.

Sourceval get_default_build : unit -> B0_unit.t list * B0_pack.t list
Sourceval unit_set_of : units:B0_pack.b0_unit list -> packs:B0_pack.Set.t -> B0_unit.Set.t
Sourceval get_must_units_and_locked_packs : is_action:(B0_unit.t -> bool) -> units:B0_unit.t list -> packs:B0_pack.Set.elt list -> args:string list -> unit -> B0_store.binding list * B0_unit.Set.t * B0_pack.Set.t
Sourceval is_locked : lock:bool option -> locked_packs:B0_pack.Set.t -> bool
Sourceval get_may_must : is_locked:bool -> units:B0_unit.Set.t -> x_units:B0_unit.Set.t -> B0_unit.Set.t * B0_unit.Set.t
Sourceval make_build : B0_driver.Conf.t -> store:B0_store.binding list -> may_build:B0_unit.Set.t -> must_build:B0_unit.Set.t -> (B0_build.t, string) result
Sourceval output_what : lock:bool option -> is_locked:bool -> locked_packs:B0_pack.Set.t -> must_build:B0_unit.Set.t -> may_build:B0_unit.Set.t -> B0_driver.Conf.t -> (B0_std.Os.Exit.t, 'a) result
Sourceval lock : bool option Cmdliner.Term.t
Sourceval what : bool Cmdliner.Term.t

term is the command term for build.

build is the command line for build.