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-17 00:54:06 +00:00
|
|
|
src := Source.git "https://github.com/xubaiw/CMark.lean" "0c59e4f"
|
2022-02-15 11:27:12 +00:00
|
|
|
}
|
|
|
|
]
|
2021-11-27 15:19:45 +00:00
|
|
|
}
|