-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathlakefile.toml
45 lines (35 loc) · 961 Bytes
/
lakefile.toml
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
37
38
39
40
41
42
43
44
45
name = "«lean-training-data»"
defaultTargets = ["TrainingData", "Examples", "tactic_benchmark", "export_infotree", "training_data", "comment_data", "premises", "declaration_types", "goal_comments"]
[[require]]
name = "mathlib"
git = "https://github.com/leanprover-community/mathlib4.git"
rev = "v4.16.0"
[[lean_lib]]
name = "TrainingData"
[[lean_lib]]
name = "Examples"
[[lean_exe]]
name = "tactic_benchmark"
root = "scripts.tactic_benchmark"
supportInterpreter = true
[[lean_exe]]
name = "export_infotree"
root = "scripts.export_infotree"
supportInterpreter = true
[[lean_exe]]
name = "training_data"
root = "scripts.training_data"
supportInterpreter = true
[[lean_exe]]
name = "comment_data"
root = "scripts.comment_data"
supportInterpreter = true
[[lean_exe]]
name = "premises"
root = "scripts.premises"
[[lean_exe]]
name = "declaration_types"
root = "scripts.declaration_types"
[[lean_exe]]
name = "goal_comments"
root = "scripts.goal_comments"