File: control

package info (click to toggle)
golang-github-chzyer-readline 1.4%2Bgit20171103.a4d5111-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 288 kB
  • sloc: makefile: 6
file content (24 lines) | stat: -rw-r--r-- 1,090 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
Source: golang-github-chzyer-readline
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Paul Tagliamonte <paultag@debian.org>
Build-Depends: debhelper (>= 10),
               dh-golang,
               golang-any,
               golang-github-nbutton23-zxcvbn-go-dev
Standards-Version: 4.1.1
Homepage: https://github.com/chzyer/readline
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-chzyer-readline.git
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-chzyer-readline.git
XS-Go-Import-Path: github.com/chzyer/readline

Package: golang-github-chzyer-readline-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends},
         golang-github-nbutton23-zxcvbn-go-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.