Pantograph/experiments/dsp/lean_src_proj/lakefile.lean

13 lines
275 B
Plaintext
Raw Normal View History

2024-07-11 15:49:37 -07:00
import Lake
open Lake DSL
require aesop from git
"https://github.com/leanprover-community/aesop.git" @ "v4.12.0"
2024-10-04 18:53:00 -07:00
require mathlib from git
"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»