module Dot_config: sig
.. end
.config files
include OpamFile.IO_FILE
val create : (OpamTypes.variable * OpamTypes.variable_contents) list -> t
Create a new .config file (containing only variables)
module type SECTION = sig
.. end
module Section: SECTION
All library and syntax sections
module Library: SECTION
Sections starting by library
module Syntax: SECTION
Sections starting by syntax
val variable : t -> OpamTypes.variable -> OpamTypes.variable_contents option
Top-level variables
val variables : t -> OpamTypes.variable list
The list of top-level variables