bookshelf-doc/lakefile.lean

18 lines
425 B
Plaintext
Raw Normal View History

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
src := Source.git "https://github.com/xubaiw/CMark.lean" "0c59e4fa0f8864502dc9e661d437be842d29d708"
},
{
name := `Unicode
src := Source.git "https://github.com/xubaiw/Unicode.lean" "88ad4aacfcc7ab941a22c54de3e4fef0809cda87"
2022-02-15 11:27:12 +00:00
}
]
2021-11-27 15:19:45 +00:00
}