[ forky ]
[ sid ]
[ 源代码: golang-bugst-relaxed-semver ]
软件包:golang-bugst-relaxed-semver-dev(0.15.0-2)
golang-bugst-relaxed-semver-dev 的相关链接
Debian 的资源:
下载源码包 golang-bugst-relaxed-semver:
- [golang-bugst-relaxed-semver_0.15.0-2.dsc]
- [golang-bugst-relaxed-semver_0.15.0.orig.tar.gz]
- [golang-bugst-relaxed-semver_0.15.0-2.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
Go library to handle semver
A library for handling a superset of semantic versioning in golang.
This library tries to implement the semantic versioning specification 2.0.0 (https://semver.org/spec/v2.0.0.html) with an exception: the numeric format major.minor.patch like 1.3.2 may be truncated if a number is zero, so:
* 1.2.0 or 1.2.0-beta may be written as 1.2 or 1.2-beta respectively * 1.0.0 or 1.0.0-beta may be written 1 or 1-beta respectively * 0.0.0 may be written as the **empty string**, but 0.0.0-beta may **not** be written as -beta
其他与 golang-bugst-relaxed-semver-dev 有关的软件包
|
|
|
|
-
- dep: golang-gopkg-yaml.v3-dev
- YAML support for the Go language