package semver
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Module SemverSource
Simple semantic versioning module
Semantic version consisting of major/minor/patch components
Source
type version_part = [ | `Major(*First part of version
*)| `Minor(*Second part of version
*)| `Patch(*Third part of version
*)
]Part labels
succ vpart v increments vpart component in v
pred vpart v decrements vpart component in v