B0_build.B0_dir_b0 directory structured access.
FIXME. Try to get rid of this.
val default_build_dir :
b0_dir:B0_std.Fpath.t ->
(B0_std.Fpath.t, string) Stdlib.resultdefault_build_dir ~b0_dir is the build directory affected by the cli by default.
val build_dir : b0_dir:B0_std.Fpath.t -> variant:string -> B0_std.Fpath.tbuild_dir ~b0_dir ~variant is the designated directory for the build variant variant in b0_dir.
val log_file : build_dir:B0_std.Fpath.t -> B0_std.Fpath.tshared_build_dir ~build_dir is the shared directory of build_dir obtained via build_dir.
val store_dir : build_dir:B0_std.Fpath.t -> B0_std.Fpath.tstore_dir ~build_dir is the store directory of build_dir obtained via !build_dir.
val unit_build_dir : build_dir:B0_std.Fpath.t -> name:string -> B0_std.Fpath.tval scratch_dir : b0_dir:B0_std.Fpath.t -> B0_std.Fpath.tscratch_dir b0_dir can be used by cmdlets.