A facet's declarative configuration.
- kind : Lean.Name
The facet kind (i.e., the kind of targets that support this facet).
The facet's fetch function.
- outKind : OptDataKind (FacetOut name)
The optional data kind of the facet's output.
- buildable : Bool
Is this facet compatible with the
lake build
CLI? Format this facet's output (e.g., for
lake query
).
Instances For
Run the facet configuration's fetch function.
A smart constructor for facet configurations that generate jobs for the CLI.
Equations
- One or more equations did not get rendered due to their size.
A module facet's declarative configuration.
A module facet declaration from a configuration file.
Instances For
A package facet's declarative configuration.
A package facet declaration from a configuration file.
Instances For
A library facet's declarative configuration.
A library facet declaration from a configuration file.
Instances For
A library facet's declarative configuration.
A Lean executable facet's declarative configuration.
An external library facet's declarative configuration.