Package: wnpp Severity: wishlist Owner: Anthony Fok <f...@debian.org>
* Package name : golang-github-spf13-pflag Version : 0.0~git20150820.0.8e7dc10-1 Upstream Authors: Alex Ogier, The Go Authors, Steve Francia, Eric Paris * URL : https://github.com/spf13/pflag * License : BSD-3-clause Programming Lang: Go 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). . Originally forked from github.com/ogier/pflag. Reasons for packaging: * github.com/spf13/pflag is used by Go applications that make use of github.com/spf13/cobra (A Commander for modern Go CLI interactions). Examples include: - Kubernetes, Container Cluster Manager from Google - http://kubernetes.io/ - Hugo, A Fast and Flexible Static Site Generator - http://gohugo.io/