2024-07-11 15:49:37 -07:00
|
|
|
import Lake
|
|
|
|
open Lake DSL
|
|
|
|
|
|
|
|
|
|
|
|
require aesop from git
|
2024-10-06 22:04:10 -07:00
|
|
|
"https://github.com/leanprover-community/aesop.git" @ "v4.12.0"
|
2024-10-04 18:53:00 -07:00
|
|
|
require mathlib from git
|
2024-10-06 22:04:10 -07:00
|
|
|
"https://github.com/leanprover-community/mathlib4.git" @ "v4.12.0"
|
2024-07-11 15:49:37 -07:00
|
|
|
|
2024-10-04 18:53:00 -07:00
|
|
|
package LeanSrcProj
|
2024-07-11 15:49:37 -07:00
|
|
|
@[default_target]
|
2024-10-04 18:53:00 -07:00
|
|
|
lean_lib «LeanSrcProj»
|