module Dot_config:sig
..end
include OpamFile.IO_FILE
val create : (OpamTypes.variable * OpamTypes.variable_contents) list -> t
val variable : t -> OpamTypes.variable -> OpamTypes.variable_contents option
val variables : t -> OpamTypes.variable list