Source: golang-github-juju-gnuflag Maintainer: Debian Go Packaging Team Uploaders: Mathias Gibbens Section: golang Testsuite: autopkgtest-pkg-go Priority: optional Build-Depends: debhelper-compat (= 13), dh-golang, golang-any Standards-Version: 4.6.1 Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-juju-gnuflag Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-juju-gnuflag.git Homepage: https://github.com/juju/gnuflag Rules-Requires-Root: no XS-Go-Import-Path: github.com/juju/gnuflag Package: golang-github-juju-gnuflag-dev Architecture: all Multi-Arch: foreign Depends: ${misc:Depends} Description: GNU-compatible flag handling with a stdlib-like API for Go (library) The gnuflag package is a fork of the Go standard library package that supports GNU-compatible flag syntax. . In particular, it supports --longflag and -l single-character flag syntax.