From ee4b5fef3d79cb459a4d668d4c3eb8be6ec1b40a Mon Sep 17 00:00:00 2001 From: Erik Hanson Date: Tue, 11 May 2010 22:53:57 +0200 Subject: libraries/confuse: Added to 12.1 repository --- libraries/confuse/README | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 libraries/confuse/README (limited to 'libraries/confuse/README') diff --git a/libraries/confuse/README b/libraries/confuse/README new file mode 100644 index 0000000000..4277fc6ec2 --- /dev/null +++ b/libraries/confuse/README @@ -0,0 +1,11 @@ +Confuse is a configuration file parser library, licensed under the terms of +the LGPL, and written in C. It supports sections and (lists of) values +(strings, integers, floats, booleans or other sections), as well as some other +features (such as single/double-quoted strings, environment variable expansion, +functions and nested include statements). It makes it very easy to add +configuration file capability to a program using a simple API. + +The goal of Confuse is not to be the configuration file parser library +with a gazillion features. Instead, it aims to be easy to use and quick +to integrate with your code. Confuse was called libcfg before, but was +changed to not confuse with other similar libraries. -- cgit v1.2.3-65-gdbad