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
|
Source: golang-github-bettercap-readline
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Francisco Vilmar Cardoso Ruviaro <vilmar@debian.org>
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-golang,
golang-any,
golang-github-chzyer-readline-dev,
golang-github-chzyer-test-dev,
golang-github-nbutton23-zxcvbn-go-dev
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-bettercap-readline
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-bettercap-readline.git
Homepage: https://github.com/bettercap/readline
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/bettercap/readline
Package: golang-github-bettercap-readline-dev
Architecture: all
Multi-Arch: foreign
Depends: golang-github-chzyer-readline-dev,
golang-github-chzyer-test-dev,
golang-github-nbutton23-zxcvbn-go-dev,
${misc:Depends}
Description: Readline is a pure go implementation for a GNU-Readline like library
Readline supports multiple platforms (Windows, OSX, GNU/Linux),
and enables applications to provide a terminal user interface that
is able to dynmically interact with the user on one terminal line.
|