wok diff libconfuse/description.txt @ rev 25176

updated python-formalchemy (1.5.5 -> 1.5.6)
author Hans-G?nter Theisgen
date Fri Jul 01 17:52:21 2022 +0100 (23 months ago)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/libconfuse/description.txt	Fri Jul 01 17:52:21 2022 +0100
     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.