File tree Expand file tree Collapse file tree 2 files changed +20
-10
lines changed
Expand file tree Collapse file tree 2 files changed +20
-10
lines changed Original file line number Diff line number Diff line change 11{"version" : " 1.1.0" ,
22 "packagesDir" : " .lake/packages" ,
33 "packages" :
4- [{"url" : " https://github.com/leanprover-community/mathlib4.git" ,
4+ [{"url" : " https://github.com/PatrickMassot/checkdecls.git" ,
5+ "type" : " git" ,
6+ "subDir" : null ,
7+ "scope" : " " ,
8+ "rev" : " 3d425859e73fcfbef85b9638c2a91708ef4a22d4" ,
9+ "name" : " checkdecls" ,
10+ "manifestFile" : " lake-manifest.json" ,
11+ "inputRev" : " master" ,
12+ "inherited" : false ,
13+ "configFile" : " lakefile.lean" },
14+ {"url" : " https://github.com/leanprover-community/mathlib4.git" ,
515 "type" : " git" ,
616 "subDir" : null ,
717 "scope" : " " ,
Original file line number Diff line number Diff line change @@ -14,16 +14,16 @@ linter.flexible = true
1414name = " mathlib"
1515git = " https://github.com/leanprover-community/mathlib4.git"
1616
17- # Strangely those create problems with the cache
18- # [[require]]
19- # name = "checkdecls"
20- # git = "https://github.com/PatrickMassot/checkdecls.git"
21- # rev = "master"
17+ [[require ]]
18+ name = " checkdecls"
19+ git = " https://github.com/PatrickMassot/checkdecls.git"
20+ rev = " master"
2221
23- # [[require]]
24- # name = "«doc-gen4»"
25- # git = "https://github.com/leanprover/doc-gen4"
26- # rev = "main"
22+ # This creates problems with the cache
23+ # [[require]]
24+ # name = "«doc-gen4»"
25+ # git = "git@github.com:leanprover/doc-gen4.git"
26+ # rev = "main"
2727
2828[[lean_lib ]]
2929name = " FltRegular"
You can’t perform that action at this time.
0 commit comments