Source: golang-github-spf13-cobra Maintainer: Debian Go Packaging Team Uploaders: Anthony Fok , Tim Potter , FĂ©lix Sipma Section: golang Testsuite: autopkgtest-pkg-go Priority: optional Build-Depends: debhelper-compat (= 13), dh-golang (>= 1.31~), golang-any, golang-github-cpuguy83-go-md2man-v2-dev (>= 2.0.0), golang-github-mitchellh-go-homedir-dev (>= 1.1.0), golang-github-spf13-pflag-dev (>= 1.0.5), golang-github-spf13-viper-dev (>= 1.7.0), golang-gopkg-yaml.v2-dev (>= 2.4.0) Standards-Version: 4.5.1 Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-spf13-cobra Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-spf13-cobra.git Homepage: https://github.com/spf13/cobra Rules-Requires-Root: no XS-Go-Import-Path: github.com/spf13/cobra Package: golang-github-spf13-cobra-dev Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends}, golang-github-cpuguy83-go-md2man-v2-dev (>= 2.0.0), golang-github-mitchellh-go-homedir-dev (>= 1.1.0), golang-github-spf13-pflag-dev (>= 1.0.5), golang-github-spf13-viper-dev (>= 1.7.0), golang-gopkg-yaml.v2-dev (>= 2.4.0) 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 contains the Cobra library for Go. Package: cobra Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Built-Using: ${misc:Built-Using} Description: Tool to generate Cobra-based modern Go CLI application 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 contains the Cobra Generator as /usr/bin/cobra, a tool that will generate your application scaffolding to rapidly develop a Cobra-based application.