kumquat-buildroot/package/python-jc/Config.in
Marcus Hoffmann 2ce680b991 package/python-jc: new package
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>
2024-03-03 21:32:30 +01:00

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