2023-02-20 20:26:18 +00:00
|
|
|
import Lake
|
|
|
|
open Lake DSL
|
|
|
|
|
|
|
|
require mathlib from git
|
|
|
|
"https://github.com/leanprover-community/mathlib4.git"
|
|
|
|
|
|
|
|
package «Common»
|
|
|
|
|
|
|
|
@[default_target]
|
|
|
|
lean_lib «Common» {
|
2023-02-21 01:05:15 +00:00
|
|
|
roots := #["Bookshelf"]
|
2023-02-20 20:26:18 +00:00
|
|
|
}
|