buildroot/package/libconfig/Config.in
Fabrice Fontaine a30d794f9b libconfig: bump to version 1.7.2
- Update site to github
 - Add hash for license file
 - Add patch to disable documentation (sent upstream:
https://github.com/hyperrealm/libconfig/pull/116)

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2018-04-28 22:05:52 +02:00

10 lines
347 B
Plaintext

config BR2_PACKAGE_LIBCONFIG
bool "libconfig"
help
Libconfig is a simple library for manipulating structured
configuration files. The file format is more compact and more
readable than XML. And unlike XML, it is type-aware, so it is
not necessary to do string parsing in application code.
https://hyperrealm.github.io/libconfig/