Module OpamVersion

module OpamVersion: sig .. end
OPAM versions

include OpamMisc.ABSTRACT
val current : t
The current OPAM version
val git : t option
The 'git' version of OPAM
val full : t
The full version (current + git)
val magic : string
Magic string
val message : unit -> unit
Display the version message
val compare : t -> t -> int
Version comparison