File: control

package info (click to toggle)
golang-github-google-subcommands 1.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, bullseye-backports
  • size: 96 kB
  • sloc: makefile: 2
file content (23 lines) | stat: -rw-r--r-- 989 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
Source: golang-github-google-subcommands
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Nobuhiro Iwamatsu <iwamatsu@debian.org>,
           Anthony Fok <foka@debian.org>
Section: devel
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 12),
               dh-golang,
               golang-any
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-google-subcommands
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-google-subcommands.git
Homepage: https://github.com/google/subcommands
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/google/subcommands

Package: golang-github-google-subcommands-dev
Architecture: all
Depends: ${misc:Depends}
Description: go package for add some subcommands to single command
 Subcommands is a Go package that implements a simple way for a single command
 to have many subcommands, each of which takes arguments and so forth.