forked from leanprover/lean4export
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
11 additions
and
15 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1 @@ | ||
build/ | ||
*.olean | ||
.lake/ |
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{"version": 7, | ||
"packagesDir": ".lake/packages", | ||
"packages": [], | ||
"name": "lean4export", | ||
"lakeDir": ".lake"} |
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,20 +1,12 @@ | ||
import Lake | ||
open Lake DSL | ||
|
||
package «lean4export» { | ||
-- add package configuration options here | ||
} | ||
package lean4export | ||
|
||
lean_lib Export { | ||
-- add library configuration options here | ||
} | ||
|
||
lean_lib Test { | ||
-- add library configuration options here | ||
} | ||
lean_lib Export | ||
lean_lib Test | ||
|
||
@[default_target] | ||
lean_exe «lean4export» { | ||
lean_exe lean4export where | ||
root := `Main | ||
supportInterpreter := true | ||
} |
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 +1 @@ | ||
leanprover/lean4:v4.2.0-rc4 | ||
leanprover/lean4:v4.3.0 |