forked from AlexKontorovich/PrimeNumberTheoremAnd
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlakefile.toml
More file actions
41 lines (34 loc) · 935 Bytes
/
Copy pathlakefile.toml
File metadata and controls
41 lines (34 loc) · 935 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
32
33
34
35
36
37
38
39
40
41
name = "PrimeNumberTheoremAnd"
defaultTargets = ["PrimeNumberTheoremAnd"]
[leanOptions]
pp.unicode.fun = true
pp.proofs.withType = false
autoImplicit = false
relaxedAutoImplicit = false
linter.mathlibStandardSet = true
linter.style.header = false
linter.style.openClassical = false
linter.style.longLine = false
linter.style.emptyLine = false
linter.flexible = true
[[require]]
name = "LeanArchitect"
git = "https://github.com/hanwenzhu/LeanArchitect.git"
rev = "v4.31.0"
[[require]]
name = "checkdecls"
git = "https://github.com/PatrickMassot/checkdecls.git"
[[require]]
name = "leancert"
git = "https://github.com/alerad/leancert.git"
rev = "v4.31.0"
[[require]]
name = "PrimeCert"
git = "https://github.com/b-mehta/PrimeCert"
rev = "v4.31.0"
[[require]]
name = "mathlib"
git = "https://github.com/leanprover-community/mathlib4.git"
rev = "db127794c79fdeb86f6b0cf6ff2c804026fbaff1"
[[lean_lib]]
name = "PrimeNumberTheoremAnd"