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.
|