Skip to content

Commit c37941a

Browse files
committed
Switched to using lakefile.lean instead of lakefile.toml
1 parent df04aac commit c37941a

File tree

3 files changed

+23
-36
lines changed

3 files changed

+23
-36
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,4 @@ _build
2929
/simulation/docs/_minted-sim-realism/
3030
/data/simulation/*.trace.json
3131
/data/simulation/*.array.schema.json
32+
node_modules/

analysis/markov/lakefile.lean

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
2+
import Lake
3+
4+
open Lake DSL
5+
6+
package «linleios» where
7+
8+
lean_lib «Linleios» where
9+
10+
@[default_target]
11+
lean_exe «linleios» where
12+
root := `Main
13+
supportInterpreter := false
14+
15+
require mathlib from git
16+
"https://github.com/leanprover-community/mathlib4" @ "v4.20.0"
17+
18+
require Parser from git
19+
"https://github.com/fgdorais/lean4-parser" @ "26d5ce4d60195a869b1fdb100b442794ea63e1ad"
20+
21+
require Cli from git
22+
"https://github.com/mhuisi/lean4-cli" @ "v4.20.0"

analysis/markov/lakefile.toml

Lines changed: 0 additions & 36 deletions
This file was deleted.

0 commit comments

Comments
 (0)