2024-10-03 12:53:07 -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-03 12:53:07 -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-10-03 12:53:07 -07:00
|
|
|
|
|
|
|
package MiniF2F
|
|
|
|
|
|
|
|
@[default_target]
|
|
|
|
lean_lib MiniF2F
|