File: control

package info (click to toggle)
golang-gopkg-alecthomas-kingpin.v2 2.2.6-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, bullseye-backports
  • size: 400 kB
  • sloc: makefile: 4
file content (33 lines) | stat: -rw-r--r-- 1,466 bytes parent folder | download
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
29
30
31
32
33
Source: golang-gopkg-alecthomas-kingpin.v2
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Peter Colberg <peter@colberg.org>,
           Martín Ferrari <tincho@debian.org>,
           Anthony Fok <foka@debian.org>,
Section: devel
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-golang (>= 1.10~),
               golang-any,
               golang-github-alecthomas-units-dev,
               golang-github-stretchr-testify-dev,
Standards-Version: 4.5.0
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
Rules-Requires-Root: no
XS-Go-Import-Path: gopkg.in/alecthomas/kingpin.v2,
                   github.com/alecthomas/kingpin

Package: golang-gopkg-alecthomas-kingpin.v2-dev
Architecture: all
Depends: golang-github-alecthomas-units-dev,
         golang-github-stretchr-testify-dev,
         ${misc:Depends},
         ${shlibs:Depends},
Replaces: golang-gopkg-alecthomas-kingpin.v3-dev
Breaks: golang-gopkg-alecthomas-kingpin.v3-dev
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.