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
module Full: sig .. end