sig
  val parse_size : string -> int64 option
  val parse_string : Simplexmlparser.xml list -> string
  exception Dynlink_error of string * exn
  val parser_config :
    Simplexmlparser.xml list -> Simplexmlparser.xml list list
  val parse_server : bool -> Simplexmlparser.xml list -> unit
  val extract_info :
    Simplexmlparser.xml list ->
    (string option * string option) *
    ((string option * string option) option * int list * int list) *
    (int * int)
  val parse_config : unit -> Simplexmlparser.xml list list
end