-
Notifications
You must be signed in to change notification settings - Fork 2
/
lakefile.lean
36 lines (25 loc) · 1015 Bytes
/
lakefile.lean
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
import Lake
open Lake DSL
package Lurk
lean_lib Lurk
@[default_target]
lean_exe lurk where
root := `Main
require Poseidon from git
"https://github.com/lurk-lab/Poseidon.lean" @ "4180a316a7822b924e05cda1729d8612fcc81ee7"
require YatimaStdLib from git
"https://github.com/lurk-lab/YatimaStdLib.lean" @ "10f2b444390a41ede90ca5c038c6ff972014d433"
require LSpec from git
"https://github.com/lurk-lab/LSpec.git" @ "88f7d23e56a061d32c7173cea5befa4b2c248b41"
require LightData from git
"https://github.com/lurk-lab/LightData" @ "6dfd01c9e056deaf5b76e20f995c39e840bbde86"
require Megaparsec from git
"https://github.com/lurk-lab/Megaparsec.lean" @ "3a0fc855661b9179362aac65cbeb08560be32f29"
require Cli from git
"https://github.com/lurk-lab/Cli.lean" @ "ef6f9bcd1738638fca8d319dbee653540d56614e"
require std from git
"https://github.com/leanprover/std4/" @ "fde95b16907bf38ea3f310af406868fc6bcf48d1"
lean_exe Tests.Evaluation
lean_exe Tests.Roundtrip
lean_exe Tests.Parsing
lean_exe Tests.Pruning