import Lake open Lake DSL package pantograph lean_lib Pantograph { roots := #[`Pantograph] defaultFacets := #[LeanLib.sharedFacet] } lean_lib Repl { } @[default_target] lean_exe repl { root := `Main -- Solves the native symbol not found problem supportInterpreter := true } require LSpec from git "https://github.com/argumentcomputer/LSpec.git" @ "a6652a48b5c67b0d8dd3930fad6390a97d127e8d" lean_lib Test { } @[test_driver] lean_exe test { root := `Test.Main -- Solves the native symbol not found problem supportInterpreter := true }