wok-current view libconfuse/description.txt @ rev 25547
Up utftpd (0.2.4)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Mar 23 12:22:34 2023 +0000 (22 months ago) |
parents | |
children |
line source
1 LibConfuse is a configuration file parser library written in C.
2 It supports sections and (lists of) values, as well as other features
3 such as single and double quoted strings, environment variable expansion,
4 functions and nested include statements.
5 Values can be strings, integers, floats, booleans, and sections.
7 The goal is not to be *the* configuration file parser library with a
8 gazillion of features. Instead, it aims to be easy to use and quick to
9 integrate with your code.