Documentation

Lake.Build.Library

Library Facet Builds #

Build function definitions for a library's builtin facets.

Build Lean & Static Lib #

Collect the local modules of a library. That is, the modules from getModuleArray plus their local transitive imports.

Equations
  • One or more equations did not get rendered due to their size.
Equations
  • One or more equations did not get rendered due to their size.
@[specialize #[]]
Equations
  • One or more equations did not get rendered due to their size.

Build Shared Lib #

Equations
  • One or more equations did not get rendered due to their size.

Build extraDepTargets #

Build the extraDepTargets for the library and its package.

Equations
  • One or more equations did not get rendered due to their size.

A library facet name to build function map that contains builders for the initial set of Lake library facets (e.g., lean, static, and shared).

Equations
  • One or more equations did not get rendered due to their size.