crosslang/lakefile.toml
Maximus Gorog db79eb3fde Initial commit: Lean 4 reimplementation of GNU Octave
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-29 09:40:46 -06:00

28 lines
434 B
TOML

name = "octive-lean"
version = "0.1.0"
defaultTargets = ["octive-lean"]
[[require]]
name = "proofwidgets"
git = "https://github.com/leanprover-community/ProofWidgets4"
rev = "v0.0.98"
[[lean_lib]]
name = "OctiveLean"
[[lean_lib]]
name = "NumericalTutorial"
[[lean_lib]]
name = "RosettaStone"
[[lean_lib]]
name = "PlotDemo"
[[lean_exe]]
name = "octive-lean"
root = "Main"
[[lean_exe]]
name = "corpus-check"
root = "CorpusCheck"