13 lines
197 B
Plaintext
13 lines
197 B
Plaintext
|
import Lake
|
||
|
open Lake DSL
|
||
|
|
||
|
require mathlib from git
|
||
|
"https://github.com/leanprover-community/mathlib4.git"
|
||
|
|
||
|
package «Common»
|
||
|
|
||
|
@[default_target]
|
||
|
lean_lib «Common» {
|
||
|
roots := #["Sequence"]
|
||
|
}
|