Module OpamCompiler.Version

module Version: sig .. end
OCaml compiler versions

include OpamMisc.ABSTRACT
type constr = (OpamFormula.relop * t) OpamFormula.formula 
Compiler constraint
val current : unit -> t option
Return the version of the compiler currently installed
val system : unit -> t option
Returm the version of the system compiler
val compare : t -> OpamFormula.relop -> t -> bool
Compare OCaml versions