1 comment "python-libconfig needs a toolchain w/ C++, threads"
2 depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS
4 config BR2_PACKAGE_PYTHON_LIBCONFIG
5 bool "python-libconfig"
6 select BR2_PACKAGE_BOOST
7 select BR2_PACKAGE_BOOST_PYTHON
8 select BR2_PACKAGE_LIBCONFIG
9 depends on BR2_INSTALL_LIBSTDCPP
10 depends on BR2_TOOLCHAIN_HAS_THREADS
12 Python bindings to the C++ library libconfig
14 Libconfig is a simple library for manipulating structured
15 configuration files. The file format is more compact and more
16 readable than XML. And unlike XML, it is type-aware, so it is
17 not necessary to do string parsing in application code.
18 http://www.hyperrealm.com/libconfig/
20 https://github.com/cnangel/python-libconfig