Module B0_unit

type build
type proc = build -> unit B0_std.Fut.t
val proc_nop : proc
type action = build -> t -> args:string list -> B0_std.Os.Exit.t B0_std.Fut.t
and t
val v : ?doc:string -> ?meta:B0_meta.t -> ?action:action -> string -> proc -> t
val proc : t -> proc
val action : t -> action option
module Action : sig ... end
val define : ?doc:string -> ?meta:B0_meta.t -> string -> B0_def.def
val def_kind : string
val def : t -> B0_def.def
val name : t -> string
val basename : t -> string
val doc : t -> string
val equal : t -> t -> bool
val compare : t -> t -> int
val meta : t -> B0_meta.t
val has_meta : 'a B0_meta.key -> t -> bool
val find_meta : 'a B0_meta.key -> t -> 'a option
val get_meta : 'a B0_meta.key -> t -> ('a, string) result
val add : t -> unit
val list : unit -> t list
val find : string -> t option
val get : string -> t
val get_or_suggest : string -> (t, t list) result
val get_or_hint : string -> (t, string) result
val get_list_or_hint : ?empty_means_all:bool -> string list -> (t list, string) result
val pp_name_str : string B0_std.Fmt.t
val pp_name : t B0_std.Fmt.t
val pp_doc : t B0_std.Fmt.t
val pp_synopsis : t B0_std.Fmt.t
val pp : t B0_std.Fmt.t
module Set : sig ... end
module Map : sig ... end
module Build : sig ... end