xref: /OK3568_Linux_fs/buildroot/package/libconfuse/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_LIBCONFUSE
2	bool "libconfuse"
3	help
4	  LibConfuse is a configuration file parser library written in
5	  C. It supports sections and (lists of) values (strings,
6	  integers, floats, booleans or other sections), as well as some
7	  other features (such as single/double-quoted strings,
8	  environment variable expansion, functions and nested include
9	  statements.
10
11	  https://github.com/martinh/libconfuse/
12