mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 05:23:39 +08:00
a30d794f9b
- 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>
10 lines
347 B
Plaintext
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/
|