Module OpamVariable

module OpamVariable: sig .. end

Variable names



include OpamMisc.ABSTRACT
type variable = t 
Shortcut to variables
type variable_contents = 
| B of bool
| S of string
Variable contents
val string_of_variable_contents : variable_contents -> string
Pretty print of variable contents
val enable : t
the variable enable
val installed : t
the variable installed
module Section: sig .. end
Section names
module Full: sig .. end
Fully qualified variables