
Config_file is an ocaml library 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).