File: control

package info (click to toggle)
cobra-cli 1.3.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 460 kB
  • sloc: makefile: 46
file content (30 lines) | stat: -rw-r--r-- 1,134 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Source: cobra-cli
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Anthony Fok <foka@debian.org>
Rules-Requires-Root: no
Build-Depends: debhelper (>= 13.4),
               debhelper-compat (= 13),
               dh-sequence-golang,
               golang-any,
               golang-github-spf13-cobra-dev (>= 1.3.0),
               golang-github-spf13-viper-dev (>= 1.10.1)
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/go-team/packages/cobra-cli
Vcs-Git: https://salsa.debian.org/go-team/packages/cobra-cli.git
Homepage: https://github.com/spf13/cobra-cli
XS-Go-Import-Path: github.com/spf13/cobra-cli

Package: cobra-cli
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends}
Replaces: cobra (<< 1.4.0-1~)
Breaks: cobra (<< 1.4.0-1~)
Built-Using: ${misc:Built-Using}
Description: Cobra CLI tool to generate Go applications and commands
 Cobra provides its own program that will create your Go application and
 add any commands you want. It's the easiest way to incorporate Cobra into
 your application.