Source: golang-github-alecthomas-kong
Section: golang
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders:
 Anthony Fok <foka@debian.org>,
Build-Depends:
 debhelper-compat (= 14),
 dh-sequence-golang,
 golang-any,
 golang-github-alecthomas-assert-dev (>= 2.6.0),
 golang-github-alecthomas-repr-dev (>= 0.4.0),
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.7.4
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-alecthomas-kong
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-alecthomas-kong.git
Homepage: https://github.com/alecthomas/kong
XS-Go-Import-Path: github.com/alecthomas/kong

Package: golang-github-alecthomas-kong-dev
Architecture: all
Multi-Arch: foreign
Depends:
 golang-github-alecthomas-assert-dev (>= 2.6.0),
 golang-github-alecthomas-repr-dev (>= 0.4.0),
 ${misc:Depends},
Description: 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.
