lean4-htt/examples/git/lakefile.lean
2022-06-09 16:38:07 -04:00

13 lines
221 B
Text

import Lake
import Lean.Meta
open System Lake DSL
package git_hello
require hello from git
"https://github.com/leanprover/lake.git"@"master"/"examples"/"hello"
@[defaultTarget]
lean_exe git_hello {
root := `Main
}