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-chzyer-readline
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Paul Tagliamonte <paultag@debian.org>,
Build-Depends: debhelper-compat (= 13),
dh-sequence-golang,
golang-any,
golang-github-chzyer-test-dev,
Standards-Version: 4.7.2
Homepage: https://github.com/chzyer/readline
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-chzyer-readline
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-chzyer-readline.git
Testsuite: autopkgtest-pkg-go
XS-Go-Import-Path: github.com/chzyer/readline,
gopkg.in/readline.v1,
Package: golang-github-chzyer-readline-dev
Architecture: all
Multi-Arch: foreign
Depends: golang-github-chzyer-test-dev,
${misc:Depends},
${shlibs:Depends},
Replaces: golang-gopkg-readline.v1-dev (<< 1.4.39~),
Breaks: golang-gopkg-readline.v1-dev (<< 1.4.39~),
Provides: golang-gopkg-readline.v1-dev,
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.
|