B0_unit
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
module Action : sig ... end
val define : ?doc:string -> ?meta:B0_meta.t -> string -> B0_def.def
val def : t -> B0_def.def
val name : t -> string
val basename : t -> string
val doc : t -> string
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 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