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.

Documentation

The documentation generated by OCamldoc can be browsed here.

License

Config_file is distributed under the LGPL license.

Releases

2004-12-03 - Config_file 0.1 (Download): Initial release.

Authors
Jean-Baptiste Rouquier, based on code by Fabrice Le Fessant and Maxence Guesdon.