lean4_cli_example/lakefile.lean
2024-06-03 13:14:48 +09:00

14 lines
332 B
Text

import Lake
open Lake DSL
package «lean4_cli_example» where
-- add package configuration options here
require Cli from git "https://github.com/leanprover/lean4-cli" @ "main"
lean_lib «Lean4CliExample» where
-- add library configuration options here
@[default_target]
lean_exe «lean4_cli_example» where
root := `Main