PhysLean/lakefile.toml
2024-07-15 14:52:50 -04:00

67 lines
No EOL
1.4 KiB
TOML

name = "hep_lean"
defaultTargets = ["HepLean"]
# -- Optional inclusion for LeanCopilot
#moreLinkArgs = ["-L./.lake/packages/LeanCopilot/.lake/build/lib", "-lctranslate2"]
[[require]]
name = "mathlib"
git = "https://github.com/leanprover-community/mathlib4.git"
rev = "v4.10.0-rc1"
[[require]]
name = "«doc-gen4»"
git = "https://github.com/leanprover/doc-gen4"
rev = "v4.10.0-rc1"
[[lean_lib]]
name = "HepLean"
# -- Optional inclusion of llm. Needed for `openAI_doc_check`
# TODO: Move over to `leanprover-community/llm` versions there are bumped.
#[[require]]
#name = "llm"
#git = "https://github.com/jstoobysmith/Lean_llm_fork"
#rev = "main"
# -- 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.4.1"
# lean_exe commands defined specifically for HepLean.
[[lean_exe]]
name = "check_file_imports"
srcDir = "scripts"
[[lean_exe]]
name = "type_former_lint"
srcDir = "scripts"
[[lean_exe]]
name = "hepLean_style_lint"
srcDir = "scripts"
[[lean_exe]]
name = "find_TODOs"
srcDir = "scripts"
[[lean_exe]]
name = "mathlib_textLint_on_hepLean"
srcDir = "scripts"
[[lean_exe]]
name = "stats"
srcDir = "scripts"
# -- Optional inclusion of openAI_doc_check. Needs `llm` above.
#[[lean_exe]]
#name = "openAI_doc_check"
#srcDir = "scripts"