blob: bdb614cd191e3b3787ec959eb502c9e4eca37443 (
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_main» {
-- add package configuration options here
}
lean_lib «Base» {
-- add library configuration options here
}
lean_lib «HashmapMain» {
-- add library configuration options here
}
|