File: control

package info (click to toggle)
golang-github-bgentry-speakeasy 0.0~git20150902.0.36e9cfd-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 76 kB
  • ctags: 20
  • sloc: makefile: 4
file content (24 lines) | stat: -rw-r--r-- 1,007 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
Source: golang-github-bgentry-speakeasy
Section: devel
Priority: extra
Maintainer: pkg-go <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Dmitry Smirnov <onlyjob@debian.org>
Build-Depends: debhelper (>= 9),
               dh-golang,
               golang-go
Standards-Version: 3.9.7
Homepage: https://github.com/bgentry/speakeasy
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-bgentry-speakeasy.git
Vcs-Git: git://anonscm.debian.org/pkg-go/packages/golang-github-bgentry-speakeasy.git

Package: golang-github-bgentry-speakeasy-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends},
         golang-go
Built-Using: ${misc:Built-Using}
Description: Golang helpers for reading password input
 This package provides cross-platform Golang 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.