lean4-htt/examples/git/lakefile.lean
2021-10-03 00:01:56 -04:00

12 lines
248 B
Text

import Lake
open System Lake DSL
package where
name := "gitHello"
dependencies := #[
{
name := "hello"
src := Source.git "https://github.com/leanprover/lake.git" "master"
dir := FilePath.mk "examples" / "hello"
}
]