wok-current annotate libconfuse/description.txt @ rev 24962
updated ndiswrapper packages (1.62 -> 1.63)
author | Hans-G?nter Theisgen |
---|---|
date | Sun Apr 24 07:20:09 2022 +0100 (2022-04-24) |
parents | |
children |
rev | line source |
---|---|
Hans-G?nter@24726 | 1 LibConfuse is a configuration file parser library written in C. |
Hans-G?nter@24726 | 2 It supports sections and (lists of) values, as well as other features |
Hans-G?nter@24726 | 3 such as single and double quoted strings, environment variable expansion, |
Hans-G?nter@24726 | 4 functions and nested include statements. |
Hans-G?nter@24726 | 5 Values can be strings, integers, floats, booleans, and sections. |
Hans-G?nter@24726 | 6 |
Hans-G?nter@24726 | 7 The goal is not to be *the* configuration file parser library with a |
Hans-G?nter@24726 | 8 gazillion of features. Instead, it aims to be easy to use and quick to |
Hans-G?nter@24726 | 9 integrate with your code. |