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_02 | `V4_03 | `V4_04 | `V4_06 | `V4_07 | `V4_08 | `V4_09 | `V4_10 | `V4_11 ]