Module OASISVersion.StringVersion

The module OASISVersion.StringVersion uses string for version.

type t = string
val compare : t -> t -> int

Compare version strings.

val comparator_ge : string -> comparator option -> bool

comparator_ge version comparator_opt Check if comparator is compatible with all versions >= than version. Return false if comparator is None. Not exported