The name given to the definition created by the package
syntax.
Instances For
Defines the configuration of a Lake package. Has many forms:
package «pkg-name»
package «pkg-name» { /- config opts -/ }
package «pkg-name» where /- config opts -/
package «pkg-name» : PackageConfig := /- config -/
There can only be one package
declaration per Lake configuration file.
The defined package configuration will be available for reference as _package
.