File: control

package info (click to toggle)
golang-github-atomicgo-keyboard 0.2.9-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 168 kB
  • sloc: makefile: 4
file content (28 lines) | stat: -rw-r--r-- 1,262 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
28
Source: golang-github-atomicgo-keyboard
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Guilherme Puida Moreira <guilherme@puida.xyz>,
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
               dh-sequence-golang,
               golang-any,
               golang-github-containerd-console-dev,
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-atomicgo-keyboard
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-atomicgo-keyboard.git
Homepage: https://github.com/atomicgo/keyboard
XS-Go-Import-Path: atomicgo.dev/keyboard,
                   github.com/atomicgo/keyboard,

Package: golang-github-atomicgo-keyboard-dev
Architecture: all
Multi-Arch: foreign
Depends: golang-github-containerd-console-dev,
         ${misc:Depends},
Description: Read keyboard events in your terminal applications (library)
 Package keyboard can be used to read key presses from the keyboard,
 while in a terminal application. It's crossplatform and keypresses can
 be combined to check for ctrl+c, alt+4, ctrl-shift, alt+ctrl+right, etc.
 It can also be used to simulate (mock) keypresses for CI testing.