mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 21:43:30 +08:00
648bd52b4a
This package is similar to python-libconfig, but since it is available in pypi, python developers usually find it more familiar Signed-off-by: Flávio Tapajós <flavio.tapajos@newtesc.com.br> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
8 lines
246 B
Plaintext
8 lines
246 B
Plaintext
config BR2_PACKAGE_PYTHON_LIBCONF
|
|
bool "python-libconf"
|
|
help
|
|
libconf is a pure-Python reader/writer for configuration files
|
|
in libconfig format, which is often used in C/C++ projects.
|
|
|
|
https://github.com/ChrisAichinger/python-libconf/
|