File: control

package info (click to toggle)
golang-github-smira-flag 0.0~git20170926.695ea5e-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, bullseye-backports, sid, trixie
  • size: 100 kB
  • sloc: makefile: 2
file content (24 lines) | stat: -rw-r--r-- 923 bytes parent folder | download | duplicates (2)
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-smira-flag
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Alexandre Viau <aviau@debian.org>
Build-Depends: debhelper (>= 11),
               dh-golang,
               golang-any
Standards-Version: 4.1.4
Homepage: https://github.com/smira/flag
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-smira-flag
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-smira-flag.git
XS-Go-Import-Path: github.com/smira/flag
Testsuite: autopkgtest-pkg-go

Package: golang-github-smira-flag-dev
Architecture: all
Depends: ${misc:Depends}
Description: flag with a Get() interface{} method
 Package flag is a fork of the official "flag" package but with:
  - the flag.Value interface extended to provide a Get() interface{}
    method
 .
  - method (FlagSet *) Merge to merge two non-conficting flag sets