2021-11-27 15:19:45 +00:00
|
|
|
import Lake
|
|
|
|
open Lake DSL
|
|
|
|
|
2022-06-19 14:41:59 +00:00
|
|
|
package «doc-gen4»
|
|
|
|
|
|
|
|
lean_lib DocGen4
|
|
|
|
|
|
|
|
@[defaultTarget]
|
|
|
|
lean_exe «doc-gen4» {
|
|
|
|
root := `Main
|
2021-11-27 15:19:45 +00:00
|
|
|
supportInterpreter := true
|
|
|
|
}
|
2022-06-19 14:41:59 +00:00
|
|
|
|
|
|
|
require CMark from git
|
2022-07-20 14:18:57 +00:00
|
|
|
"https://github.com/xubaiw/CMark.lean" @ "main"
|
2022-06-19 14:41:59 +00:00
|
|
|
|
|
|
|
require Unicode from git
|
2022-07-20 14:18:57 +00:00
|
|
|
"https://github.com/xubaiw/Unicode.lean" @ "main"
|
2022-06-19 14:41:59 +00:00
|
|
|
|
|
|
|
require Cli from git
|
2022-07-20 14:18:57 +00:00
|
|
|
"https://github.com/mhuisi/lean4-cli" @ "nightly"
|
2022-06-19 14:41:59 +00:00
|
|
|
|
|
|
|
require lake from git
|
2022-07-20 14:18:57 +00:00
|
|
|
"https://github.com/leanprover/lake" @ "master"
|
2022-06-19 14:41:59 +00:00
|
|
|
|
|
|
|
require leanInk from git
|
2022-06-19 22:31:09 +00:00
|
|
|
"https://github.com/hargonix/LeanInk" @ "doc-gen"
|