File: control

package info (click to toggle)
golang-github-mattn-go-isatty 0.0.20-1~bpo12%2B1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm-backports
  • size: 128 kB
  • sloc: sh: 9; makefile: 2
file content (29 lines) | stat: -rw-r--r-- 1,168 bytes parent folder | download | duplicates (2)
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-mattn-go-isatty
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Fernando Ike <fike@midstorm.org>,
           Diego M. Rodriguez <diego.plan9@gmail.com>,
           Anthony Fok <foka@debian.org>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
               dh-sequence-golang,
               golang-any,
               golang-golang-x-sys-dev (>= 0.6.0)
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-mattn-go-isatty
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-mattn-go-isatty.git
Homepage: https://github.com/mattn/go-isatty
XS-Go-Import-Path: github.com/mattn/go-isatty

Package: golang-github-mattn-go-isatty-dev
Architecture: all
Multi-Arch: foreign
Depends: golang-golang-x-sys-dev (>= 0.6.0),
         ${misc:Depends}
Description: Golang library to implementation isatty interface
 The isatty() function tests whether a file descriptor refers to a terminal.
 .
 This package provides a library to implement isatty interface to Golang
 command-line programs.