File: control

package info (click to toggle)
golang-github-ivanpirog-coloredcobra 1.0.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 108 kB
  • sloc: makefile: 4
file content (29 lines) | stat: -rw-r--r-- 1,258 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
Source: golang-github-ivanpirog-coloredcobra
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Cyril Brulebois <cyril@debamax.com>
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any,
               golang-github-fatih-color-dev,
               golang-github-spf13-cobra-dev
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-ivanpirog-coloredcobra
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-ivanpirog-coloredcobra.git
Homepage: https://github.com/ivanpirog/coloredcobra
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/ivanpirog/coloredcobra

Package: golang-github-ivanpirog-coloredcobra-dev
Architecture: all
Multi-Arch: foreign
Depends: golang-github-fatih-color-dev,
         golang-github-spf13-cobra-dev,
         ${misc:Depends}
Description: colorize the text output of the Cobra library (library)
 The Cobra library makes it possible to create powerful modern CLI but
 doesn't support color settings for console output. ColoredCobra is a
 small library to colorize the text output of the Cobra library,
 making the console output look better.