Module Dose_versioning.SemverSource

Sourceval compare : string -> string -> int

Compare two versions in the strings using a strict semantic versioning * parser

Sourceval equal : string -> string -> bool

Equality between two versions parsing them using the strict definition of * the semantic versioning. *