1 2 3 4 5 6 7 8 9 10 11 12
import Lake open Lake DSL package QSSLProofs where leanOptions := #[⟨`autoImplicit, false⟩] @[default_target] lean_lib QSSLProofs where srcDir := "." require mathlib from git "https://github.com/leanprover-community/mathlib4" @ "v4.27.0"