blob: 6cc4aae41188e1701b10b4b031d71f24f463b28f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
import Lake
open Lake DSL
require mathlib from git
"https://github.com/leanprover-community/mathlib4.git"
package «external» {}
lean_lib «Base» {}
@[default_target]
lean_lib «External» {}
|