Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
SemverSimple semantic versioning module
type version_part = [ | `MajorFirst part of version
*)| `MinorSecond part of version
*)| `PatchThird part of version
*) ]Part labels
val succ : version_part -> t -> tsucc vpart v increments vpart component in v
val pred : version_part -> t -> tpred vpart v decrements vpart component in v
val of_string : string -> t optionParse a semantic version from a string
val to_string : t -> stringConvert a semantic version to a string
module Query : sig ... end