Module type Adaptor.Key_value_section.SPEC


module type SPEC = sig .. end
Input signature for Adaptor.Key_value_section.Make. Specifies the values necessary for building a specialized key-value-section adaptor.

val section : string
Pattern for recognizing sections. See Adaptor.Key_value_section.adaptor
val delim : char
Character to separate the key from the value.
val comment : string
Comment line string.
val end_section : string option
Patter for recognizing the end of a section.