blob: 44dafaa464dae6739735e6c155eff7e6bc34c914 (
plain)
1
2
3
4
5
6
7
8
|
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
|