]> review.fuel-infra Code Review - packages/trusty/cirros-testvm.git/blob - cirros-testvm/src-cirros/buildroot-2015.05/package/libconfig/Config.in
Fix for file injection is broken on centos computes with Cirros images LP #1587960
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / libconfig / Config.in
1 config BR2_PACKAGE_LIBCONFIG
2         bool "libconfig"
3         help
4           Libconfig is a simple library for manipulating structured
5           configuration files. The file format is more compact and more
6           readable than XML. And unlike XML, it is type-aware, so it is
7           not necessary to do string parsing in application code.
8
9           http://www.hyperrealm.com/libconfig/