forked from Verified-zkEVM/ArkLib
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlakefile.toml
More file actions
41 lines (33 loc) · 868 Bytes
/
Copy pathlakefile.toml
File metadata and controls
41 lines (33 loc) · 868 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 = "Arklib"
lintDriver = "batteries/runLinter"
defaultTargets = ["ArkLib"]
[leanOptions]
pp.unicode.fun = true
autoImplicit = false
weak.linter.mathlibStandardSet = true
weak.linter.style.longFile = 1500
[moreServerOptions]
linter.mathlibStandardSet = true
linter.style.longFile = 1500
[[require]]
name = "VCVio"
git = "https://github.com/Verified-zkEVM/VCV-io"
rev = "88b4fe7b9c66dc40f083d67d50aa67338fd578f8"
[[require]]
name = "«doc-gen4»"
git = "https://github.com/leanprover/doc-gen4"
rev = "v4.29.0"
[[require]]
name = "checkdecls"
git = "https://github.com/PatrickMassot/checkdecls.git"
rev = "lean4.18.0"
[[require]]
name = "CompPoly"
git = "https://github.com/Verified-zkEVM/CompPoly"
rev = "56d10c947e3427c852b708a424f585c5673b039c"
[[require]]
name = "Clean"
git = "https://github.com/XC0R/clean"
rev = "6c0f7da5"
[[lean_lib]]
name = "ArkLib"