xref: /OK3568_Linux_fs/buildroot/package/libconfig/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_LIBCONFIG
2*4882a593Smuzhiyun	bool "libconfig"
3*4882a593Smuzhiyun	help
4*4882a593Smuzhiyun	  Libconfig is a simple library for manipulating structured
5*4882a593Smuzhiyun	  configuration files. The file format is more compact and more
6*4882a593Smuzhiyun	  readable than XML. And unlike XML, it is type-aware, so it is
7*4882a593Smuzhiyun	  not necessary to do string parsing in application code.
8*4882a593Smuzhiyun
9*4882a593Smuzhiyun	  https://hyperrealm.github.io/libconfig/
10