Documentation
Lake
.
Config
.
ExternLibConfig
Search
return to top
source
Imports
Lake.Build.Data
Lake.Build.Job.Basic
Imported by
Lake
.
ExternLibConfig
Lake
.
instInhabitedExternLibConfig
source
structure
Lake
.
ExternLibConfig
(
pkgName
name
:
Lean.Name
)
:
Type
A external library's declarative configuration.
getPath :
Job
(
CustomData
pkgName
(
name
.
str
"static"
)
)
→
Job
System.FilePath
The library's build data.
Instances For
source
instance
Lake
.
instInhabitedExternLibConfig
{
a✝
a✝¹
:
Lean.Name
}
:
Inhabited
(
ExternLibConfig
a✝
a✝¹
)
Equations
Lake.instInhabitedExternLibConfig
=
{
default
:=
{
getPath
:=
default
}
}