Source: golang-github-bgentry-speakeasy Section: devel Priority: extra Maintainer: Debian Go Packaging Team Uploaders: Dmitry Smirnov , Tim Potter , Anthony Fok Build-Depends: debhelper (>= 10), dh-golang, golang-any Standards-Version: 4.0.0 Homepage: https://github.com/bgentry/speakeasy Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-bgentry-speakeasy.git Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-bgentry-speakeasy.git XS-Go-Import-Path: github.com/bgentry/speakeasy Testsuite: autopkgtest-pkg-go Package: golang-github-bgentry-speakeasy-dev Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends} 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.