package opam-lib

  1. Overview
  2. Docs
On This Page
  1. Variable names
Legend:
Library
Module
Module type
Parameter
Class
Class type

Variable names

include OpamStd.ABSTRACT
type t
val of_string : string -> t
val to_string : t -> string
val to_json : t -> OpamJson.t
module Set : OpamStd.SET with type elt = t
module Map : OpamStd.MAP with type key = t
type variable = t

Shortcut to variables

type variable_contents =
  1. | B of bool
  2. | S of string

Variable contents

val string_of_variable_contents : variable_contents -> string

Pretty print of variable contents

module Full : sig ... end

Fully qualified variable.