Module Sdlversion.R

module R: sig .. end

type version = {
   major : int;
   minor : int;
   patch : int;
}

record version type

val get_runtime_version : unit -> version

api doc

val get_compiled_version : unit -> version

api doc