mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 00:20:38 -09:00
https://github.com/martinh/libconfuse/ now redirects to /libconfuse/libconfuse/, so use that instead in .mk and help text. Signed-off-by: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Julien Olivain <ju.o@free.fr>
12 lines
425 B
Plaintext
12 lines
425 B
Plaintext
config BR2_PACKAGE_LIBCONFUSE
|
|
bool "libconfuse"
|
|
help
|
|
LibConfuse is a configuration file parser library written in
|
|
C. It supports sections and (lists of) values (strings,
|
|
integers, floats, booleans or other sections), as well as some
|
|
other features (such as single/double-quoted strings,
|
|
environment variable expansion, functions and nested include
|
|
statements.
|
|
|
|
https://github.com/libconfuse/libconfuse
|