package b0

  1. Overview
  2. Docs
On This Page
  1. Builds
  2. Other
Legend:
Library
Module
Module type
Parameter
Class
Class type

B0_dir directory structured access.

Builds

val build_dir : b0_dir:B00_std.Fpath.t -> variant:string -> B00_std.Fpath.t

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

val shared_build_dir : build_dir:B00_std.Fpath.t -> B00_std.Fpath.t

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

val store_dir : build_dir:B00_std.Fpath.t -> B00_std.Fpath.t

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

val unit_build_dir : build_dir:B00_std.Fpath.t -> name:string -> B00_std.Fpath.t

Other

val scratch_dir : b0_dir:B00_std.Fpath.t -> B00_std.Fpath.t

scratch_dir b0_dir can be used by cmdlets.