Library Facet Builds #
Build function definitions for a library's builtin facets.
Build Lean & Static Lib #
The LibraryFacetConfig
for the builtin modulesFacet
.
Instances For
The LibraryFacetConfig
for the builtin leanArtsFacet
.
Instances For
@[specialize #[]]
Equations
- One or more equations did not get rendered due to their size.
Instances For
The LibraryFacetConfig
for the builtin staticFacet
.
Equations
- Lake.LeanLib.staticFacetConfig = Lake.mkFacetJobConfig fun (x : Lake.LeanLib) => x.recBuildStatic false
Instances For
The LibraryFacetConfig
for the builtin staticExportFacet
.
Equations
- Lake.LeanLib.staticExportFacetConfig = Lake.mkFacetJobConfig fun (x : Lake.LeanLib) => x.recBuildStatic true
Instances For
Build Shared Lib #
Build extraDepTargets
#
The LibraryFacetConfig
for the builtin extraDepFacet
.
Equations
Instances For
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.