OpamVersion
(generated) Current OPAM version
include OpamStd.ABSTRACT
val of_string : string -> t
val to_string : t -> string
val to_json : t -> OpamJson.t
val of_json : OpamJson.t -> t option
module Set : OpamStd.SET with type elt = t
module Map : OpamStd.MAP with type key = t
val current : t
The current OPAM version
val current_nopatch : t
The current OPAM version, truncated (only MAJOR.MINOR)
val git : unit -> t option
The 'git' version of OPAM
val full : unit -> t
The full version (current + git)