kumquat-buildroot/package/python-construct/Config.in
Martin Povišer c05caa7557 package/python-construct: new package
construct is a Python library for declarative serialization/
deserialization of structured binary data.

Signed-off-by: Martin Povišer <povik+lin@cutebit.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2022-08-03 21:20:58 +02:00

8 lines
176 B
Plaintext

config BR2_PACKAGE_PYTHON_CONSTRUCT
bool "python-construct"
help
A powerful declarative symmetric parser/builder for binary
data.
https://construct.readthedocs.io/