File: control

package info (click to toggle)
golang-github-muesli-termenv 0.13.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bookworm-backports
  • size: 692 kB
  • sloc: makefile: 3
file content (37 lines) | stat: -rw-r--r-- 1,812 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
31
32
33
34
35
36
37
Source: golang-github-muesli-termenv
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Francisco Vilmar Cardoso Ruviaro <vilmar@debian.org>,
           Anthony Fok <foka@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-sequence-golang,
               golang-any,
               golang-github-aymanbagabas-go-osc52-dev (>= 1.0.3),
               golang-github-lucasb-eyer-go-colorful-dev (>= 1.2.0),
               golang-github-mattn-go-isatty-dev (>= 0.0.16),
               golang-github-mattn-go-runewidth-dev,
               golang-golang-x-sys-dev (>= 0.0~git20220811.fbc7d0a)
Standards-Version: 4.6.1
Rules-Requires-Root: no
Homepage: https://github.com/muesli/termenv
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-muesli-termenv
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-muesli-termenv.git
XS-Go-Import-Path: github.com/muesli/termenv
Testsuite: autopkgtest-pkg-go

Package: golang-github-muesli-termenv-dev
Architecture: all
Multi-Arch: foreign
Depends: golang-github-aymanbagabas-go-osc52-dev (>= 1.0.3),
         golang-github-lucasb-eyer-go-colorful-dev (>= 1.2.0),
         golang-github-mattn-go-isatty-dev (>= 0.0.16),
         golang-github-mattn-go-runewidth-dev,
         golang-golang-x-sys-dev (>= 0.0~git20220811.fbc7d0a),
         ${misc:Depends}
Description: Advanced ANSI style & color support for your terminal applications
 Termenv lets you safely use advanced styling options on the terminal.
 It gathers information about the terminal environment in terms of its
 ANSI & color support and offers you convenient methods to colorize
 and style your output, without you having to deal with all kinds of
 weird ANSI escape sequences and color conversions.