软件包:golang-github-apparentlymart-go-versions-dev(1.0.1-1)
golang-github-apparentlymart-go-versions-dev 的相关链接
Debian 的资源:
下载源码包 golang-github-apparentlymart-go-versions:
- [golang-github-apparentlymart-go-versions_1.0.1-1.dsc]
- [golang-github-apparentlymart-go-versions_1.0.1.orig.tar.gz]
- [golang-github-apparentlymart-go-versions_1.0.1-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
version-wrangling library for Go
This package contains a library for wrangling versions, lists of versions, and sets of versions. Its idea of "version" is that defined by semantic versioning (https://semver.org/).
There are many Go libraries out there for dealing with versions in general and semantic versioning in particular, but many of them don't meet all of the following requirements that this library seeks to meet:
- Version string and constraint string parsing with good, user-oriented error messages in case of syntax problems. - Built-in mechanisms for filtering and sorting lists of candidate versions based on constraints. - Ergonomic API for the calling application.
其他与 golang-github-apparentlymart-go-versions-dev 有关的软件包
|
|
|
|
-
- dep: golang-github-davecgh-go-spew-dev
- Implements a deep pretty printer for Go data structures to aid in debugging
-
- dep: golang-github-go-test-deep-dev
- Golang deep variable equality test that returns human-readable differences
-
- dep: golang-github-kylelemons-godebug-dev
- Debugging helper utilities for Go