package b0

  1. Overview
  2. Docs
Software construction and deployment kit

Install

dune-project
 Dependency

Authors

Maintainers

Sources

b0-0.0.6.tbz
sha512=e9aa779e66c08fc763019f16d4706f465d16c05d6400b58fbd0313317ef33ddea51952e2b058db28e65f7ddb7012f328c8bf02d8f1da17bb543348541a2587f0

doc/b0.file/B0_build/B0_dir/index.html

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.