mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-01 13:49:03 +03:00
- 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/
|