2021-11-27 15:19:45 +00:00
|
|
|
import Lake
|
|
|
|
open Lake DSL
|
|
|
|
|
|
|
|
package «doc-gen4» {
|
|
|
|
-- add configuration options here
|
|
|
|
supportInterpreter := true
|
2022-02-15 11:27:12 +00:00
|
|
|
dependencies := #[
|
|
|
|
{
|
|
|
|
name := `CMark
|
2022-02-19 19:14:58 +00:00
|
|
|
src := Source.git "https://github.com/xubaiw/CMark.lean" "0c59e4fa0f8864502dc9e661d437be842d29d708"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
name := `Unicode
|
2022-02-19 20:50:04 +00:00
|
|
|
src := Source.git "https://github.com/xubaiw/Unicode.lean" "3b7b85472d42854a474099928a3423bb97d4fa64"
|
2022-02-23 21:54:10 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
name := `Cli
|
2022-05-21 10:50:55 +00:00
|
|
|
src := Source.git "https://github.com/mhuisi/lean4-cli" "dbbcfdd1780612d7455d7e78af1f4a3562f45beb"
|
2022-03-06 17:51:06 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
name := `lake
|
2022-05-21 10:50:55 +00:00
|
|
|
src := Source.git "https://github.com/leanprover/lake" "463c4f02a399dd296f9fa00b45a95792b70b6e48"
|
2022-02-15 11:27:12 +00:00
|
|
|
}
|
|
|
|
]
|
2021-11-27 15:19:45 +00:00
|
|
|
}
|