Warning: Reason support is experimental. We are looking for beta-tester and contributors.

Module Parseconfig

module Parseconfig : sig..end

Config file parsing. See also module Extensions.​Configuration


val parse_config : ?file:string -> unit -> Xml.xml list list

Returns the config file. Use this if you want to read a config file from your own executable. See Server.exec.