File: control

package info (click to toggle)
golang-github-bep-simplecobra 0.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 108 kB
  • sloc: makefile: 2
file content (30 lines) | stat: -rw-r--r-- 1,396 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: golang-github-bep-simplecobra
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-compat (= 13),
               dh-sequence-golang,
               golang-any (>= 2:1.20~),
               golang-github-frankban-quicktest-dev (>= 1.14.6),
               golang-github-spf13-cobra-dev (>= 1.8.0)
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-bep-simplecobra
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-bep-simplecobra.git
Homepage: https://github.com/bep/simplecobra
XS-Go-Import-Path: github.com/bep/simplecobra

Package: golang-github-bep-simplecobra-dev
Architecture: all
Multi-Arch: foreign
Depends: golang-github-spf13-cobra-dev (>= 1.8.0),
         ${misc:Depends}
Description: simpler API for the popular Cobra CLI (Go library)
 So, Cobra (https://github.com/spf13/cobra) is a Go CLI library with a
 feature set that's hard to resist for bigger applications
 (autocompletion, docs and man pages auto generation etc.). But it's also
 complex to use beyond the simplest of applications. This package was
 built to help rewriting Hugo's (https://github.com/gohugoio/hugo)
 commands package to something that's easier to understand and maintain.