File: control

package info (click to toggle)
golang-github-charmbracelet-x 0.0~git20240809.9ab0ca0%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,004 kB
  • sloc: sh: 55; makefile: 5
file content (42 lines) | stat: -rw-r--r-- 1,768 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
38
39
40
41
42
Source: golang-github-charmbracelet-x
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Arthur Diniz <arthurbdiniz@gmail.com>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
               dh-sequence-golang,
               golang-any,
               golang-github-charmbracelet-bubbletea-dev,
               golang-github-creack-pty-dev,
               golang-github-muesli-cancelreader-dev,
               golang-github-rivo-uniseg-dev,
               golang-github-xo-terminfo-dev,
               golang-golang-x-sys-dev,
               golang-github-aymanbagabas-go-udiff-dev
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-charmbracelet-x
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-charmbracelet-x.git
Homepage: https://github.com/charmbracelet/x
XS-Go-Import-Path: github.com/charmbracelet/x

Package: golang-github-charmbracelet-x-dev
Architecture: all
Multi-Arch: foreign
Depends: golang-github-charmbracelet-bubbletea-dev,
         golang-github-creack-pty-dev,
         golang-github-muesli-cancelreader-dev,
         golang-github-rivo-uniseg-dev,
         golang-github-xo-terminfo-dev,
         golang-golang-x-sys-dev,
         golang-github-aymanbagabas-go-udiff-dev,
         ${misc:Depends}
Description: Charm's collection of experimental packages (library)
 Experimental Charm's Go libraries with no guarantee of backward compatibility.
 .
 Includes ANSI escape sequence parsing, terminal event input handling, and
 various utilities for files, strings, and slices, among others.
 .
 Each library serves a specific function to enhance terminal application
 development.