Source: golang-github-alecaivazis-survey Section: golang Priority: optional Maintainer: Debian Go Packaging Team Uploaders: Cyril Brulebois , Anthony Fok Rules-Requires-Root: no Build-Depends: debhelper-compat (= 13), dh-sequence-golang, golang-any, golang-github-creack-pty-dev (>= 1.1.17), golang-github-hinshun-vt10x-dev (>= 0.0~git20220119.820417d), golang-github-kballard-go-shellquote-dev, golang-github-mgutz-ansi-dev, golang-github-netflix-go-expect-dev (>= 0.0~git20220104.73e0943), golang-github-stretchr-testify-dev (>= 1.6.1), golang-golang-x-term-dev (>= 0.0~git20210503.a79de54), golang-golang-x-text-dev (>= 0.3.3), vim-tiny Testsuite: autopkgtest-pkg-go Standards-Version: 4.6.1 Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-alecaivazis-survey Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-alecaivazis-survey.git Homepage: https://github.com/AlecAivazis/survey XS-Go-Import-Path: github.com/AlecAivazis/survey Package: golang-github-alecaivazis-survey-dev Architecture: all Multi-Arch: foreign Depends: golang-github-creack-pty-dev (>= 1.1.17), golang-github-hinshun-vt10x-dev (>= 0.0~git20220119.820417d), golang-github-kballard-go-shellquote-dev, golang-github-mgutz-ansi-dev, golang-github-netflix-go-expect-dev (>= 0.0~git20220104.73e0943), golang-github-stretchr-testify-dev (>= 1.6.1), golang-golang-x-term-dev (>= 0.0~git20210503.a79de54), golang-golang-x-text-dev (>= 0.3.3), ${misc:Depends} Description: golang library for building interactive prompts This library helps build interactive prompts. It features: - Various types of prompt (input, multiline, password, confirmation, select, multiselect, editor) - Filtering options - Keeping the filter alive - Validation - Help text - Updating icons - Custom types . Testing can be performed via the go-expect package.