Source: golang-gopkg-alecthomas-kingpin.v2
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Peter Colberg <peter@colberg.org>,
           Martín Ferrari <tincho@debian.org>,
Section: devel
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper (>= 10),
               dh-golang (>= 1.10~),
               golang-any,
               golang-github-alecthomas-units-dev,
               golang-github-stretchr-testify-dev,
Standards-Version: 4.1.4
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-gopkg-alecthomas-kingpin.v2
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-gopkg-alecthomas-kingpin.v2.git
Homepage: https://github.com/alecthomas/kingpin
XS-Go-Import-Path: gopkg.in/alecthomas/kingpin.v2

Package: golang-gopkg-alecthomas-kingpin.v2-dev
Architecture: all
Depends: golang-github-alecthomas-units-dev,
         golang-github-stretchr-testify-dev,
         ${misc:Depends},
         ${shlibs:Depends},
Description: command-line and flag parser for Go
 This package provides a fluent-style, type-safe command-line parser.
 It supports flags, nested commands, positional arguments, customizable
 help output using Go templates, and automatically generated man pages.
