Module Js_of_ocaml_compiler.Ocaml_version

type t = int list
val current : t
val compare : t -> t -> int
val split : string -> t
val v : [ `V4_08 | `V4_09 | `V4_10 | `V4_11 | `V4_12 | `V4_13 | `V4_14 | `V5_00 | `V5_01 ]