forked from jcreedcmu/Noperthedron
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlakefile.toml
More file actions
31 lines (25 loc) · 668 Bytes
/
lakefile.toml
File metadata and controls
31 lines (25 loc) · 668 Bytes
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
name = "Noperthedron"
defaultTargets = ["Noperthedron"]
[leanOptions]
pp.unicode.fun = true
autoImplicit = false
relaxedAutoImplicit = false
weak.linter.style.multiGoal = true
weak.linter.style.cdot = true
[[require]]
name = "mathlib"
git = "https://github.com/leanprover-community/mathlib4"
rev = "v4.28.0"
[[require]]
name = "«doc-gen4»"
git = "https://github.com/leanprover/doc-gen4"
rev = "v4.28.0"
[[require]]
name = "checkdecls"
git = "https://github.com/PatrickMassot/checkdecls.git"
[[require]]
name = "tryAtEachStep"
git = "https://github.com/dwrensha/tryAtEachStep"
rev = "71f32ffe3df4d4cf0bdcc1a4c3f4a5d1e74922b3"
[[lean_lib]]
name = "Noperthedron"