ChristianZ97 commited on
Commit
d0a27a5
·
verified ·
1 Parent(s): 4231b73

Add lakefile.toml

Browse files
Files changed (1) hide show
  1. scripts/lakefile.toml +21 -0
scripts/lakefile.toml ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ name = "AlphaRenaming"
2
+ version = "0.1.0"
3
+ keywords = ["math"]
4
+ defaultTargets = ["AlphaRenaming"]
5
+
6
+ [leanOptions]
7
+ pp.unicode.fun = true # pretty-prints `fun a ↦ b`
8
+ relaxedAutoImplicit = false
9
+ weak.linter.mathlibStandardSet = true
10
+ maxSynthPendingDepth = 3
11
+
12
+ [[require]]
13
+ name = "mathlib"
14
+ scope = "leanprover-community"
15
+ rev = "v4.26.0"
16
+
17
+ [[lean_lib]]
18
+ name = "AlphaRenaming"
19
+
20
+ [[lean_lib]]
21
+ name = "MiniF2FRename"