File: control

package info (click to toggle)
golang-github-bgentry-speakeasy 0.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 96 kB
  • sloc: makefile: 3
file content (28 lines) | stat: -rw-r--r-- 1,176 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-bgentry-speakeasy
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Dmitry Smirnov <onlyjob@debian.org>,
           Tim Potter <tpot@hpe.com>,
           Anthony Fok <foka@debian.org>,
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any,
Standards-Version: 4.5.1
Homepage: https://github.com/bgentry/speakeasy
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-bgentry-speakeasy
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-bgentry-speakeasy.git
XS-Go-Import-Path: github.com/bgentry/speakeasy
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-go

Package: golang-github-bgentry-speakeasy-dev
Architecture: all
Depends: ${misc:Depends},
         ${shlibs:Depends},
Multi-Arch: foreign
Description: Golang helpers for reading password input without cgo
 This package provides cross-platform Go helpers for taking user input
 from the terminal while not echoing the input back (similar to getpasswd).
 The package uses syscalls to avoid any dependence on cgo, and is therefore
 compatible with cross-compiling.