Module OpamVariable
OPAM variables with scope (global or module), used in "opam" package definition files in "filters"
Variable names
include OpamStd.ABSTRACT
val of_string : string -> tval to_string : t -> stringval to_json : t -> OpamJson.t
module Set : OpamStd.SET with type elt = tmodule Map : OpamStd.MAP with type key = ttype variable= tShortcut to variables
val string_of_variable_contents : variable_contents -> stringPretty print of variable contents
val string : string -> variable_contentsval int : int -> variable_contentsval bool : bool -> variable_contentsval dirname : OpamFilename.Dir.t -> variable_contents
module Full : sig ... end