Config.in 246 B

1234567
  1. config BR2_PACKAGE_PYTHON_LIBCONF
  2. bool "python-libconf"
  3. help
  4. libconf is a pure-Python reader/writer for configuration files
  5. in libconfig format, which is often used in C/C++ projects.
  6. https://github.com/ChrisAichinger/python-libconf/