module StringVersion:sig..end
The module OASISVersion.StringVersion uses string for version.
typet =string
val compare : t -> t -> intCompare version strings.
val comparator_ge : string -> OASISVersion.comparator option -> boolcomparator_ge version comparator_opt
Check if comparator is compatible with all versions >= than version.
Return false if comparator is None.
Not exported