File: control

package info (click to toggle)
golang-github-google-subcommands 0.0~git20170830.ce3d4cfc-3
  • links: PTS, VCS
  • area: main
  • in suites: buster, experimental
  • size: 72 kB
  • sloc: makefile: 2
file content (21 lines) | stat: -rw-r--r-- 917 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
Source: golang-github-google-subcommands
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Nobuhiro Iwamatsu <iwamatsu@debian.org>
Build-Depends: debhelper (>= 9),
               dh-golang,
               golang-any
Standards-Version: 4.1.1
Homepage: https://github.com/google/subcommands
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
XS-Go-Import-Path: github.com/google/subcommands

Package: golang-github-google-subcommands-dev
Architecture: all
Depends: ${misc:Depends},
         dpkg-dev
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.