Cameleon2: Config_file

This library is used to manage the configuration file(s) of an application. You simply define your options and it performs the loading and saving of the options. Each option is defined from an option class (for example an "int" option) or from a combination of classes (for example to create "list of int" options). The format of the configuration file looks like OCaml code, and is human readable.
This library is part of Cameleon2, but can be installed separately.
Cameleon2: Config_file
