blob: d8affff8353cda2ee9bb52540e2ac8624b972b80 (
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 «paper» {
-- add package configuration options here
}
lean_lib «Base» {
-- add library configuration options here
}
lean_lib «Paper» {
-- add library configuration options here
}
|