lean-tui 0.2.0

Standalone TUI infoview for Lean 4 theorem prover
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
import Lake
open Lake DSL

package «lean-tui-test» where
  version := v!"0.1.0"

require LeanDag from git
  "https://github.com/wvhulle/lean-dag.git" @ "main"


require mathlib from git
  "https://github.com/leanprover-community/mathlib4.git"

@[default_target]
lean_lib «Test» where
  roots := #[`test]