Files
shredos.x86_64/package/lowdown/Config.in
2026-01-06 22:53:29 +00:00

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