CAPS Universe documentation  1.0.4
All you need to know to be successful
libcapsinif

libcapsinif: Dealing with INI Files

The libcapsinif provides a key/value store feed by a textual INI file.

It can merge multiple INI files into one key/value store. Merging can happen by overlaying (e.g. existing settings can be replaced by the next INI file) or keeping all INI file content separate in the key/value store. The former will be used for cascading configuration INI files, the latter one to read in INI file based databases (list of installed printer drivers for example)

All applications can retrieve settings from this key/value store and acting accordingly.

This library requires libcapsbase and libcapstable.