generated from pitmonticone/LeanProject
-
Notifications
You must be signed in to change notification settings - Fork 49
/
lakefile.toml
38 lines (30 loc) · 842 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
name = "equational_theories"
defaultTargets = ["equational_theories"]
[leanOptions]
pp.unicode.fun = true
autoImplicit = false
relaxedAutoImplicit = false
[[require]]
name = "mathlib"
git = "https://github.com/leanprover-community/mathlib4.git"
[[require]]
name = "checkdecls"
git = "https://github.com/PatrickMassot/checkdecls.git"
[[require]]
name = "«doc-gen4»"
git = "https://github.com/leanprover/doc-gen4"
rev = "main"
[[lean_lib]]
name = "equational_theories"
[[lean_exe]]
name = "extract_implications"
root = "scripts.extract_implications"
supportInterpreter = true
[[lean_exe]]
name = "export_equations"
root = "scripts.export_equations"
supportInterpreter = true
[[lean_exe]]
name = "generate_lifting_magma_family_counterexamples"
root = "equational_theories.LiftingMagmaFamiliesCounterexamples"
supportInterpreter = true