OpamVariableOPAM variables with scope (global or module), used in "opam" package definition files in "filters"
include OpamStd.ABSTRACTval of_string : string -> tval to_string : t -> stringval to_json : t OpamJson.encoderval of_json : t OpamJson.decodermodule Set : OpamStd.SET with type elt = tmodule Map : OpamStd.MAP with type key = ttype variable = tShortcut to variables
val variable_contents_equal : variable_contents -> variable_contents -> boolval string_of_variable_contents : variable_contents -> stringPretty print of variable contents
Variable contents constructors
val string : string -> variable_contentsval int : int -> variable_contentsval bool : bool -> variable_contentsval dirname : OpamFilename.Dir.t -> variable_contentsmodule Full : sig ... endFully qualified variable.