File: control

package info (click to toggle)
golang-github-alecaivazis-survey 2.3.7-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 652 kB
  • sloc: makefile: 12
file content (50 lines) | stat: -rw-r--r-- 2,174 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
Source: golang-github-alecaivazis-survey
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Cyril Brulebois <cyril@debamax.com>,
           Anthony Fok <foka@debian.org>
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~git20210927.03fcf44),
               golang-golang-x-text-dev (>= 0.4.0),
               vim-tiny
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.6.2
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~git20210927.03fcf44),
         golang-golang-x-text-dev (>= 0.4.0),
         ${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.