Source: golang-github-dnephin-cobra
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Tim Potter <tpot@hpe.com>
Build-Depends: debhelper (>= 9),
               dh-golang,
               golang-any,
               golang-github-cpuguy83-go-md2man-dev,
               golang-github-spf13-pflag-dev,
               golang-github-spf13-viper-dev
Standards-Version: 4.1.4
Homepage: https://github.com/dnephin/cobra
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-dnephin-cobra
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-dnephin-cobra.git
XS-Go-Import-Path: github.com/spf13/cobra
Testsuite: autopkgtest-pkg-go

Package: golang-github-dnephin-cobra-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends},
         golang-github-cpuguy83-go-md2man-dev,
         golang-github-spf13-pflag-dev,
         golang-github-spf13-viper-dev
Provides: golang-github-spf13-cobra-dev
Conflicts: golang-github-spf13-cobra-dev
Replaces: golang-github-spf13-cobra-dev
Description: Go library for creating powerful modern Go CLI applications
 Cobra is a Go library providing a simple interface to create powerful
 modern CLI interfaces similar to git & go tools.
 .
 Cobra has an exceptionally clean interface and simple design without
 needless constructors or initialization methods.
 .
 This package is a fork of the golang-github-spf13-cobra package and as such
 both packages cannot be installed at the same time.