forked from RemyDegenne/brownian-motion
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlakefile.toml
More file actions
26 lines (21 loc) · 699 Bytes
/
lakefile.toml
File metadata and controls
26 lines (21 loc) · 699 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
name = "BrownianMotion"
defaultTargets = ["BrownianMotion"]
lintDriver = "batteries/runLinter"
[leanOptions]
pp.unicode.fun = true
autoImplicit = false
relaxedAutoImplicit = false
weak.linter.flexible = true # no rigid tactic (e.g. `exact`) after a flexible tactic (e.g. `simp`)
# Enable all mathlib linters: automatically matches what mathlib uses.
weak.linter.mathlibStandardSet = true
[[require]]
name = "kolmogorov_extension4"
git = "https://github.com/RemyDegenne/kolmogorov_extension4"
[[require]]
name = "checkdecls"
git = "https://github.com/PatrickMassot/checkdecls.git"
[[require]]
name = "subverso"
git = "https://github.com/leanprover/subverso"
[[lean_lib]]
name = "BrownianMotion"