Reason: It is unused. See https://leanprover.zulipchat.com/#narrow/stream/270676-lean4/topic/.5BRFC.5D.20name.2Fversion.20package.20fields/near/254114011 for more discussion of topic.
7 lines
118 B
Text
7 lines
118 B
Text
import Lake.Package
|
|
|
|
def package : Lake.PackageConfig := {
|
|
name := "foo"
|
|
libRoots := #[`Lib]
|
|
binRoot := `Main
|
|
}
|