package b0

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

Module B0_build.B0_dirSource

_b0 directory structured access.

FIXME. Try to get rid of this.

Build directories

Sourceval default_build_dir : b0_dir:B0_std.Fpath.t -> (B0_std.Fpath.t, string) result

default_build_dir ~b0_dir is the build directory affected by the cli by default.

Sourceval build_dir : b0_dir:B0_std.Fpath.t -> variant:string -> B0_std.Fpath.t

build_dir ~b0_dir ~variant is the designated directory for the build variant variant in b0_dir.

Build directory structure

Sourceval log_file : build_dir:B0_std.Fpath.t -> B0_std.Fpath.t
Sourceval shared_build_dir : build_dir:B0_std.Fpath.t -> B0_std.Fpath.t

shared_build_dir ~build_dir is the shared directory of build_dir obtained via build_dir.

Sourceval store_dir : build_dir:B0_std.Fpath.t -> B0_std.Fpath.t

store_dir ~build_dir is the store directory of build_dir obtained via !build_dir.

Sourceval unit_build_dir : build_dir:B0_std.Fpath.t -> name:string -> B0_std.Fpath.t

Other

Sourceval scratch_dir : b0_dir:B0_std.Fpath.t -> B0_std.Fpath.t

scratch_dir b0_dir can be used by cmdlets.