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 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61
|
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>,
Build-Depends:
debhelper-compat (= 13),
dh-sequence-golang,
golang-any,
golang-github-aymanbagabas-go-udiff-dev,
golang-github-bits-and-blooms-bitset-dev (>= 1.24.1),
golang-github-charmbracelet-bubbletea-dev (>= 1.3.10),
golang-github-charmbracelet-colorprofile-dev,
golang-github-charmbracelet-ultraviolet-dev,
golang-github-creack-pty-dev,
golang-github-lucasb-eyer-go-colorful-dev,
golang-github-mitchellh-mapstructure-dev,
golang-github-muesli-cancelreader-dev,
golang-github-rivo-uniseg-dev,
golang-github-sourcegraph-jsonrpc2-dev,
golang-github-xo-terminfo-dev,
golang-golang-x-image-dev,
golang-golang-x-sys-dev,
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.7.2
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-aymanbagabas-go-udiff-dev,
golang-github-bits-and-blooms-bitset-dev (>= 1.24.1),
golang-github-charmbracelet-bubbletea-dev (>= 1.3.10),
golang-github-charmbracelet-colorprofile-dev,
golang-github-charmbracelet-ultraviolet-dev,
golang-github-creack-pty-dev,
golang-github-lucasb-eyer-go-colorful-dev,
golang-github-mitchellh-mapstructure-dev,
golang-github-muesli-cancelreader-dev,
golang-github-rivo-uniseg-dev,
golang-github-sourcegraph-jsonrpc2-dev,
golang-github-xo-terminfo-dev,
golang-golang-x-image-dev,
golang-golang-x-sys-dev,
${misc:Depends},
Breaks:
golang-github-charmbracelet-bubbletea-dev (<< 1.3.10~),
golang-github-charmbracelet-huh-dev (<< 0.8.0~),
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.
|