1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
Source: golang-github-namsral-flag
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Raúl Benencia <rul@kalgan.cc>,
Build-Depends: debhelper-compat (= 13),
dh-golang,
golang-any,
Standards-Version: 4.5.1
Rules-Requires-Root: no
Homepage: https://github.com/namsral/flag
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-namsral-flag
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-namsral-flag.git
XS-Go-Import-Path: github.com/namsral/flag
Testsuite: autopkgtest-pkg-go
Package: golang-github-namsral-flag-dev
Architecture: all
Depends: ${misc:Depends},
Multi-Arch: foreign
Description: Parse flags, environment variables and config files
Flag is a drop in replacement for Go's flag package with the addition to
parse files and environment variables.
.
This library is a drop-in replacement of Go's native flag package that
supports the third factor of the twelve-factor app methodology: storing
the config in the environment.
|