A external library's declarative configuration.
- getJob : Lake.CustomData (pkgName, name.str "static") → Lake.BuildJob Lake.FilePath
The library's build data.
Instances For
instance
Lake.instInhabitedExternLibConfig :
{a a_1 : Lake.Name} → Inhabited (Lake.ExternLibConfig a a_1)
Equations
- Lake.instInhabitedExternLibConfig = { default := { getJob := default } }
A dependently typed configuration based on its registered package and name.
- pkg : Lake.Name
- name : Lake.Name
- config : Lake.ExternLibConfig self.pkg self.name