wok diff libconfuse/description.txt @ rev 25801
created recipe for xfce4-calculator-plugin
author | Hans-G?nter Theisgen |
---|---|
date | Sat Nov 02 14:21:07 2024 +0100 (3 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 Nov 02 14:21:07 2024 +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.