9 lines
225 B
Plaintext
9 lines
225 B
Plaintext
|
config BR2_PACKAGE_PYTHON_M2R
|
||
|
bool "python-m2r"
|
||
|
select BR2_PACKAGE_PYTHON_MISTUNE # runtime
|
||
|
select BR2_PACKAGE_PYTHON_DOCUTILS # runtime
|
||
|
help
|
||
|
Markdown to reStructuredText converter.
|
||
|
|
||
|
https://github.com/miyakogi/m2r
|