Class type Ext_Version.statics


class type statics = object .. end

method compare : Js.js_string Js.t -> Js.js_string Js.t -> Js.number Js.t Js.meth

Compare 2 specified versions, starting from left to right. If a part contains special version strings, they are handled in the following order: 'dev' < 'alpha' = 'a' < 'beta' = 'b' < 'RC' = 'rc' < '#' < 'pl' = 'p' < 'anything else'

Parameters:

Returns:


method getComponentValue : 'a 'b. 'a Js.t -> 'b Js.t Js.meth

Converts a version component to a comparable value

Parameters: