File: control

package info (click to toggle)
golang-github-ogier-pflag 0.0~git20160129.0.45c278a-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 184 kB
  • sloc: makefile: 2
file content (19 lines) | stat: -rw-r--r-- 826 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Source: golang-github-ogier-pflag
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Peter Colberg <peter@colberg.org>
Build-Depends: debhelper (>= 11~), dh-golang (>= 1.10~), golang-any
Standards-Version: 4.2.1
Homepage: https://github.com/ogier/pflag
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-ogier-pflag
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-ogier-pflag.git
XS-Go-Import-Path: github.com/ogier/pflag
Testsuite: autopkgtest-pkg-go

Package: golang-github-ogier-pflag-dev
Architecture: all
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: POSIX/GNU-style command-line flags for Go
 This package is a drop-in replacement for Go's flag package
 providing POSIX/GNU-style long-form command-line flags.