Module Semantic_version

module Semantic_version: sig .. end
this functions follow the semantic versioning specification http://semver.org/

module Pcre: Re_pcre
val re_semver : Re.re
val parse : string -> string * string * string * string
val compare : string -> string -> int
val equal : string -> string -> bool