lean4-htt/examples/git/package.lean
2021-09-25 23:53:34 -04:00

15 lines
324 B
Text

import Lake
open System Lake DSL
package where
name := "gitHello"
dependencies := [
{
name := "hello",
src := Source.git
"https://github.com/tydeu/lean4-lake.git"
"7a230da4073dd979ca521e81dcacdacd930c36d4"
(branch := none)
dir := FilePath.mk "examples" / "hello"
}
]