crosslang/octive-lean/lakefile.toml
Maximus Gorog 6592cd058d Add 'octive-lean/' from commit '4b6fcec565a170d7029d4ccba21be2ecd0512d13'
git-subtree-dir: octive-lean
git-subtree-mainline: fd3d42ae33
git-subtree-split: 4b6fcec565
2026-05-12 02:59:14 -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"