lean4_cli_example/lakefile.lean

15 lines
332 B
Text
Raw Permalink Normal View History

2024-06-03 13:13:33 +09:00
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