Source: golang-golang-x-term
Section: golang
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Arnaud Rebillout <elboulangero@gmail.com>,
           Anthony Fok <foka@debian.org>
Build-Depends: debhelper-compat (= 14),
               dh-sequence-golang,
               golang-any (>= 2:1.25~),
               golang-golang-x-sys-dev (>= 0.47.0),
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.7.4
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-golang-x-term
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-golang-x-term.git
Homepage: https://golang.org/x/term
XS-Go-Import-Path: golang.org/x/term

Package: golang-golang-x-term-dev
Architecture: all
Multi-Arch: foreign
Depends: golang-golang-x-sys-dev (>= 0.47.0),
Description: Go terminal and console support library
 This library provides the following terminal and console support
 functionality:
 .
  * Putting a terminal into raw mode
  * Reading a line of input from a terminal without local echo
  * Setting Bracketed Paste Mode (if supported)
  * Setting the terminal prompt
  * Determining whether a given file descriptor is a terminal
  * Restoring the terminal connected to a given file descriptor
    to a previous state
