bookshelf-doc/lakefile.lean

29 lines
560 B
Plaintext
Raw Normal View History

2021-11-27 15:19:45 +00:00
import Lake
import Lake.CLI.Main
open System Lake DSL
2021-11-27 15:19:45 +00:00
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
"https://github.com/hargonix/LeanInk" @ "doc-gen"