wok diff libconfuse/description.txt @ rev 25037

Up glza (0.11.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 21 21:38:29 2022 +0000 (24 months ago)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/libconfuse/description.txt	Sat May 21 21:38:29 2022 +0000
     1.3 @@ -0,0 +1,9 @@
     1.4 +LibConfuse is a configuration file parser library written in C.
     1.5 +It supports sections and (lists of) values, as well as other features
     1.6 +such as single and double quoted strings, environment variable expansion,
     1.7 +functions and nested include statements.
     1.8 +Values can be strings, integers, floats, booleans, and sections.
     1.9 +
    1.10 +The goal is not to be *the* configuration file parser library with a
    1.11 +gazillion of features. Instead, it aims to be easy to use and quick to
    1.12 +integrate with your code.