Top 1.8% dependent packages on proxy.golang.org
Top 1.7% dependent repos on proxy.golang.org
proxy.golang.org : github.com/axllent/semver
Package semver implements comparison of semantic version strings. In this package, semantic version strings may begin with a leading "v", as in "v1.0.0", or "1.0.0". The general form of a semantic version string accepted by this package is MAJOR[.MINOR[.PATCH[-PRERELEASE][+BUILD]]] where square brackets indicate optional parts of the syntax; MAJOR, MINOR, and PATCH are decimal integers without extra leading zeros; PRERELEASE and BUILD are each a series of non-empty dot-separated identifiers using only alphanumeric characters and hyphens; and all-numeric PRERELEASE identifiers must not have leading zeros. This package follows Semantic Versioning 2.0.0 (see semver.org) with one exception. It recognizes MAJOR and MAJOR.MINOR (with no prerelease or build suffixes) as shorthands for MAJOR.0.0 and MAJOR.MINOR.0.
Registry
-
Source
- Documentation
- JSON
purl: pkg:golang/github.com/axllent/semver
License: MIT
Latest release: about 5 years ago
First release: about 5 years ago
Namespace: github.com/axllent
Dependent packages: 13
Dependent repositories: 9
Last synced: about 21 hours ago