ocaml-config-file - Configuration file management for OCaml
| Website: | http://config-file.forge.ocamlcore.org/ |
|---|---|
| License: | LGPLv2+ |
| Vendor: | Fedora Project |
- Description:
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).
Packages
| ocaml-config-file-1.2-4.el7.x86_64 [102 KiB] |
Changelog
by Nikos Mavrogiannopoulos (2015-03-23):
- added .cmo file (#1204400) |