File: control

package info (click to toggle)
golang-github-google-subcommands 1.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bookworm-backports, experimental, forky, sid, trixie
  • size: 96 kB
  • sloc: makefile: 2
file content (24 lines) | stat: -rw-r--r-- 1,009 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
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 (= 13),
               dh-golang,
               golang-any
Standards-Version: 4.6.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}
Multi-Arch: foreign
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.