1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
Source: golang-github-ghjm-cmdline
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Jérémy Lal <kapouer@melix.org>,
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
dh-sequence-golang,
golang-any (>= 2:1.15~),
golang-gopkg-yaml.v2-dev (>= 2.4.0~),
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-ghjm-cmdline
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-ghjm-cmdline.git
Homepage: https://github.com/ghjm/cmdline
XS-Go-Import-Path: github.com/ghjm/cmdline
Package: golang-github-ghjm-cmdline-dev
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends},
golang-gopkg-yaml.v2-dev (>= 2.4.0~),
Description: Command line parser with multiple configurations for the Go language
This package provides a parsing and execution framework based on
the idea that structs define accepted fields, receiver functions,
and execution phases.
It is more general than the common Go language command line parser.
|