mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 09:35:26 +00:00
15 lines
400 B
Plaintext
15 lines
400 B
Plaintext
config BR2_PACKAGE_LOWDOWN
|
|
bool "lowdown"
|
|
depends on BR2_USE_WCHAR
|
|
depends on !BR2_STATIC_LIBS
|
|
help
|
|
Simple markdown translator to HTML5, terminal, and more.
|
|
Useful for providing the same help texts both for a CLI
|
|
and web.
|
|
|
|
https://kristaps.bsd.lv/lowdown/
|
|
|
|
comment "lowdown needs a toolchain w/ wchar and shared library support"
|
|
depends on BR2_USE_WCHAR
|
|
depends on !BR2_STATIC_LIBS
|