blob: c7d79306c1c94519192e0147fb0737702bd6ec08 (
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 «hashmap» {
-- add package configuration options here
}
lean_lib «Base» {
-- add library configuration options here
}
lean_lib «Hashmap» {
-- add library configuration options here
}
|