module StringVersion:sig
..end
OASISVersion.StringVersion
uses string
for version.typet =
string
val compare : t -> t -> int
val comparator_ge : string -> OASISVersion.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