-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor/ci: rename package name and fix (#5)
- Loading branch information
Showing
7 changed files
with
17 additions
and
142 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,13 @@ | ||
import Lake | ||
open Lake DSL | ||
|
||
package «arithmetization» { | ||
package arithmetization { | ||
-- add any package configuration options here | ||
} | ||
|
||
@[default_target] | ||
lean_lib «Arithmetization» { | ||
lean_lib Arithmetization { | ||
-- add any library configuration options here | ||
} | ||
|
||
require logic from git "https://github.com/FormalizedFormalLogic/Foundation" @ "master" | ||
|
||
require proofwidgets from git "https://github.com/leanprover-community/ProofWidgets4"@"v0.0.39" | ||
|
||
meta if get_config? env = some "ci" then | ||
require importGraph from git "https://github.com/leanprover-community/import-graph" @ "68b518c9b352fbee16e6d632adcb7a6d0760e2b7" | ||
|
||
meta if get_config? env = some "ci" then | ||
require «doc-gen4» from git "https://github.com/leanprover/doc-gen4" @ "b941c425f6f0f1dc45fe13b850ffa7db1bb20d04" | ||
require foundation from git "https://github.com/FormalizedFormalLogic/Foundation" @ "rename" |