module Semver:sig..end
val compare : string -> string -> intCompare two versions in the strings using a strict semantic versioning * parser
val equal : string -> string -> boolEquality between two versions parsing them using the strict definition of * the semantic versioning. *