raceli / libconfuse

Configuration stuff is always a pain. libConfuse (http://www.nongnu.org/confuse/) did a great job. Just cleaning it in a way I prefer.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a confuse fork of libConfuse, a great library to parse configuration
files. The original project can be found on http://sv.nongnu.org/projects/confuse.

I am actually confused whenever I want to have configuration files that are easy
to read and modify. INI files are too basic, YAML becomes too weird...

I wanted someone simple, yet powerful, in C so I can write bindings on top and
with CMake so I can make cross-IDE builds. The original libconfuse project
fits perfectly. The fork is not a huge thing though, mostly CMakized and 
create python bindings.


About

Configuration stuff is always a pain. libConfuse (http://www.nongnu.org/confuse/) did a great job. Just cleaning it in a way I prefer.