Module ConfigurationNew

module ConfigurationNew: sig .. end
This module provides the function loading a configuration from a file in "new" format.

The file format is as follows:



val load : string -> Configuration.t
Loads the configuration from the passed file.

Raises Sys_error if an i/o error occurs, and Configuration.Exception if file cannot be parsed.