2ce680b991
All dependencies are optional, and thus only mentioned in the package help text. Signed-off-by: Marcus Hoffmann <buildroot@bubu1.eu> [Arnout: - add to DEVELOPERS; - add BSD-3-Clause license for vendored pbPlist. ] Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
13 lines
389 B
Plaintext
13 lines
389 B
Plaintext
config BR2_PACKAGE_PYTHON_JC
|
|
bool "python-jc"
|
|
help
|
|
Converts the output of popular command-line tools and file-
|
|
types to JSON.
|
|
|
|
Optionally requires python-pygments for syntax highlighting,
|
|
python-ruamel-yaml for yaml parsing and output and
|
|
python-xmltodict for xml parsing. PYTHON3_PYEXPAT is required
|
|
for xml and plist parsers.
|
|
|
|
https://github.com/kellyjonbrazil/jc
|