bookshelf-doc/lakefile.lean

28 lines
673 B
Plaintext
Raw Normal View History

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-03 13:35:21 +00:00
"https://github.com/xubaiw/CMark.lean" @ "192939e27263b0932700ade3442e1bf2ce67c3a6"
2022-06-19 14:41:59 +00:00
require Unicode from git
2022-07-03 13:35:21 +00:00
"https://github.com/hargonix/Unicode.lean" @ "b73232aeefd6391951f9bd256e3dc4ec937c7238"
2022-06-19 14:41:59 +00:00
require Cli from git
2022-07-03 13:35:21 +00:00
"https://github.com/mhuisi/lean4-cli" @ "f7590ce072b0321752a7b9942892d0104dee4036"
2022-06-19 14:41:59 +00:00
require lake from git
2022-07-03 13:35:21 +00:00
"https://github.com/leanprover/lake" @ "401e738e4ca989ced8d9bb0cf7f66be9133fc435"
2022-06-19 14:41:59 +00:00
require leanInk from git
"https://github.com/hargonix/LeanInk" @ "doc-gen"