Commit 85bfc72 0 parents commit 85bfc72 Copy full SHA for 85bfc72
File tree 5 files changed +51
-0
lines changed
5 files changed +51
-0
lines changed Original file line number Diff line number Diff line change
1
+ /build
2
+ /lake-packages /*
Original file line number Diff line number Diff line change
1
+ def hello := " world"
Original file line number Diff line number Diff line change
1
+ {"version" : 4 ,
2
+ "packagesDir" : " lake-packages" ,
3
+ "packages" :
4
+ [{"git" :
5
+ {"url" : " https://github.com/EdAyers/ProofWidgets4" ,
6
+ "subDir?" : null ,
7
+ "rev" : " c43db94a8f495dad37829e9d7ad65483d68c86b8" ,
8
+ "name" : " proofwidgets" ,
9
+ "inputRev?" : " v0.0.11" }},
10
+ {"git" :
11
+ {"url" : " https://github.com/leanprover-community/mathlib4.git" ,
12
+ "subDir?" : null ,
13
+ "rev" : " 021caebae2e1d4a57add2ed679feedc649eab0ca" ,
14
+ "name" : " mathlib" ,
15
+ "inputRev?" : null }},
16
+ {"git" :
17
+ {"url" : " https://github.com/gebner/quote4" ,
18
+ "subDir?" : null ,
19
+ "rev" : " c71f94e34c1cda52eef5c93dc9da409ab2727420" ,
20
+ "name" : " Qq" ,
21
+ "inputRev?" : " master" }},
22
+ {"git" :
23
+ {"url" : " https://github.com/JLimperg/aesop" ,
24
+ "subDir?" : null ,
25
+ "rev" : " ca73109cc40837bc61df8024c9016da4b4f99d4c" ,
26
+ "name" : " aesop" ,
27
+ "inputRev?" : " master" }},
28
+ {"git" :
29
+ {"url" : " https://github.com/leanprover/std4" ,
30
+ "subDir?" : null ,
31
+ "rev" : " d5471b83378e8ace4845f9a029af92f8b0cf10cb" ,
32
+ "name" : " std" ,
33
+ "inputRev?" : " main" }}]}
Original file line number Diff line number Diff line change
1
+ import Lake
2
+ open Lake DSL
3
+
4
+ package «my_project » {
5
+ -- add any package configuration options here
6
+ }
7
+
8
+ require mathlib from git
9
+ "https://github.com/leanprover-community/mathlib4.git"
10
+
11
+ @[default_target]
12
+ lean_lib «MyProject » {
13
+ -- add any library configuration options here
14
+ }
Original file line number Diff line number Diff line change
1
+ leanprover/lean4:nightly-2023-06-10
You can’t perform that action at this time.
0 commit comments