blob: ed8eebc2ef1aac5b87d2c62cf302780a65d70c3a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
import Lake
open Lake DSL
require mathlib from git
"https://github.com/leanprover-community/mathlib4.git"
package «constants» {
-- add package configuration options here
}
lean_lib «Base» {
-- add library configuration options here
}
lean_lib «Constants» {
-- add library configuration options here
}
|