Source: golang-github-spf13-pflag Maintainer: Debian Go Packaging Team Uploaders: Anthony Fok , Tim Potter , FĂ©lix Sipma Section: devel Testsuite: autopkgtest-pkg-go Priority: optional Build-Depends: debhelper (>= 11), dh-golang, golang-any Standards-Version: 4.2.1 Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-spf13-pflag Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-spf13-pflag.git Homepage: https://github.com/spf13/pflag XS-Go-Import-Path: github.com/spf13/pflag Package: golang-github-spf13-pflag-dev Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends} Description: Drop-in replacement for Go's flag package, implementing POSIX/GNU-style --flags pflag is a drop-in replacement for Go's flag package, implementing POSIX/GNU-style --flags . pflag is compatible with the GNU extensions to the POSIX recommendations for command-line options (http://www.gnu.org/software/libc/manual/html_node/Argument-Syntax.html). . Forked from github.com/ogier/pflag.