PhysLean/lakefile.toml

43 lines
928 B
TOML
Raw Normal View History

2024-05-31 14:58:07 -04:00
name = "hep_lean"
defaultTargets = ["HepLean"]
2024-06-26 09:20:19 -04:00
# -- Optional inclusion for LeanCopilot
#moreLinkArgs = ["-L./.lake/packages/LeanCopilot/.lake/build/lib", "-lctranslate2"]
2024-05-31 14:58:07 -04:00
[[require]]
name = "mathlib"
git = "https://github.com/leanprover-community/mathlib4.git"
2024-07-02 11:36:36 -04:00
rev = "v4.9.0"
2024-05-31 14:58:07 -04:00
[[require]]
name = "«doc-gen4»"
git = "https://github.com/leanprover/doc-gen4"
2024-07-02 11:36:36 -04:00
rev = "v4.9.0"
2024-05-31 14:58:07 -04:00
[[lean_lib]]
name = "HepLean"
2024-06-26 09:20:19 -04:00
# -- Optional inclusion of tryAtEachStep
#[[require]]
#name = "tryAtEachStep"
#git = "https://github.com/dwrensha/tryAtEachStep"
#rev = "main"
# -- Optional inclusion of LeanCopilot
#[[require]]
#name = "LeanCopilot"
#git = "https://github.com/lean-dojo/LeanCopilot.git"
#rev = "v1.2.2"
2024-06-26 11:12:13 -04:00
# lean_exe commands defined specifically for HepLean.
[[lean_exe]]
name = "check_file_imports"
srcDir = "scripts"
2024-06-26 11:12:13 -04:00
[[lean_exe]]
name = "type_former_lint"
srcDir = "scripts"
2024-07-03 07:41:06 -04:00
[[lean_exe]]
name = "double_line_lint"
srcDir = "scripts"