File: control

package info (click to toggle)
golang-github-elisescu-pty 1.0.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 176 kB
  • sloc: sh: 14; makefile: 2
file content (27 lines) | stat: -rw-r--r-- 1,099 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
Source: golang-github-elisescu-pty
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Francisco Vilmar Cardoso Ruviaro <francisco.ruviaro@riseup.net>
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any
Standards-Version: 4.5.0
Rules-Requires-Root: no
Homepage: https://github.com/elisescu/pty
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-elisescu-pty
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-elisescu-pty.git
Testsuite: autopkgtest-pkg-go
XS-Go-Import-Path: github.com/elisescu/pty

Package: golang-github-elisescu-pty-dev
Architecture: all
Depends: ${misc:Depends}
Description: Golang package for using Unix pseudo-terminals
 Package pty provides functions for working with Unix terminals.
 .
 Functions include:
   * Open a pty and its corresponding tty.
   * Assign a pseudo-terminal tty to stdin, stdout, and stderr.
   * Execute the commands with assigned tty and get the corresponding pty.
   * Set and resize the pty to the specified size.