1
0
mirror of https://github.com/home-assistant/operating-system.git synced 2026-03-03 08:11:09 +00:00
Files
operating-system/buildroot/package/libconfig/Config.in
Pascal Vizeli b13086072c Update buildroot & docker (#25)
* Update docker & buildroot

* Fix

* fix versions
2018-05-28 14:58:22 +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/