[ buster ]
[ bullseye ]
[ bullseye-backports ]
[ bookworm ]
[ bookworm-backports ]
[ trixie ]
[ sid ]
[ 源代码: golang-github-alecthomas-kong ]
软件包:golang-github-alecthomas-kong-dev(0.8.1-1~bpo12+1)
golang-github-alecthomas-kong-dev 的相关链接
Debian 的资源:
下载源码包 golang-github-alecthomas-kong:
- [golang-github-alecthomas-kong_0.8.1-1~bpo12+1.dsc]
- [golang-github-alecthomas-kong_0.8.1.orig.tar.gz]
- [golang-github-alecthomas-kong_0.8.1-1~bpo12+1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
- golang-github-voxelbrain-goptions-dev
- golang-github-albenik-go-serial-dev
- golang-github-alecthomas-kong-hcl-dev
- libconfig-augeas-perl-dbgsym
- libkiokudb-perl
- libconvert-binary-c-perl
- golang-github-stratoberry-go-gpsd-dev
- golang-github-go-openapi-errors-dev
- golang-github-mitchellh-mapstructure-dev
- golang-github-viant-assertly-dev
- python3-pyrsistent
command-line parser for Go
Kong aims to support arbitrarily complex command-line structures with as little developer effort as possible.
To achieve that, command-lines are expressed as Go types, with the structure and tags directing how the command line is mapped onto the struct.
其他与 golang-github-alecthomas-kong-dev 有关的软件包
|
|
|
|
-
- dep: golang-github-alecthomas-assert-dev (>= 2.1.0)
- simple assertion library using Go generics
-
- dep: golang-github-alecthomas-repr-dev (>= 0.1.0)
- Python's repr() for Go