jon.recoil.org

Module OpamVariableSource

OPAM variables with scope (global or module), used in "opam" package definition files in "filters"

Variable names

include OpamStd.ABSTRACT
Sourcetype t
Sourceval compare : OpamVariable.t -> OpamVariable.t -> int
Sourceval equal : OpamVariable.t -> OpamVariable.t -> bool
Sourceval of_string : string -> OpamVariable.t
Sourceval to_string : OpamVariable.t -> string
Sourcetype variable = OpamVariable.t

Shortcut to variables

Sourcetype variable_contents =
  1. | B of bool
  2. | S of string
  3. | L of string list

Variable contents

Sourceval string_of_variable_contents : OpamVariable.variable_contents -> string

Pretty print of variable contents

Variable contents constructors

Sourcemodule Full : sig ... end

Fully qualified variable.