geolog-zeta-fork/proofs/lakefile.lean

16 lines
355 B
Plaintext
Raw Normal View History

2026-02-26 11:50:51 +01:00
import Lake
open Lake DSL
package «geolog-proofs» where
leanOptions := #[
⟨`pp.unicode.fun, true⟩
]
-- Import model-theory-topos from GitHub
require «model-theory-topos» from git
"https://github.com/kyoDralliam/model-theory-topos.git" @ "main"
@[default_target]
lean_lib «GeologProofs» where
globs := #[.submodules `GeologProofs]