bookshelf/lakefile.lean

24 lines
518 B
Plaintext
Raw Normal View History

2023-04-22 20:20:37 +00:00
import Lake
open Lake DSL
package «bookshelf»
require mathlib from git
"https://github.com/leanprover-community/mathlib4.git" @
"0107c50abf149a48b5b9ad08a0b2a2093bcb567a"
2023-05-02 15:14:50 +00:00
require std4 from git
"https://github.com/leanprover/std4.git" @
"6006307d2ceb8743fea7e00ba0036af8654d0347"
2023-04-22 20:20:37 +00:00
@[default_target]
lean_lib «Bookshelf» {
roots := #[
`Bookshelf,
`FirstCourseAbstractAlgebra,
`MathematicalIntroductionLogic,
`MockMockingbird,
`OneVariableCalculus,
`TheoremProvingInLean
]
}