File: control

package info (click to toggle)
golang-github-cqroot-prompt 0.9.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 356 kB
  • sloc: makefile: 17; sh: 12
file content (42 lines) | stat: -rw-r--r-- 1,617 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
Source: golang-github-cqroot-prompt
Section: golang
Priority: optional
Maintainer: Daniel Baumann <daniel@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-golang,
 golang-any,
 golang-github-charmbracelet-bubbles-dev,
 golang-github-charmbracelet-bubbletea-dev,
 golang-github-charmbracelet-lipgloss-dev,
 golang-github-cqroot-multichoose-dev,
 golang-github-stretchr-testify-dev,
Standards-Version: 4.7.3
Homepage: https://github.com/cqroot/prompt
Vcs-Browser: https://forgejo.debian.net/changie/golang-github-cqroot-prompt
Vcs-Git: https://forgejo.debian.net/changie/golang-github-cqroot-prompt
Testsuite: autopkgtest-pkg-go
XS-Go-Import-Path: github.com/cqroot/prompt

Package: golang-github-cqroot-prompt-dev
Architecture: all
Multi-Arch: foreign
Depends:
 golang-github-charmbracelet-bubbles-dev,
 golang-github-charmbracelet-bubbletea-dev,
 golang-github-charmbracelet-lipgloss-dev,
 golang-github-stretchr-testify-dev,
 ${misc:Depends},
Description: User-friendly, highly customizable interactive prompts for Go (library)
 Prompt is a user-friendly, highly customizable interactive prompts for Go,
 based on Bubble Tea and inspired by Prompts and Gum:
 .
  * choose lets the user choose one of several strings using the
    terminal ui.
  * multichoose lets the user choose multiple strings from multiple
    strings using the terminal ui.
  * input lets the user enter a string using the terminal ui.
    You can specify that only **numbers** or **integers** are allowed.
  * Show help message for keymaps.
  * Based on Bubble Tea.
    prompt.Prompt and all child models implement tea.Model.