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
|
Source: golang-github-peterh-liner
Section: devel
Priority: optional
Homepage: https://github.com/peterh/liner
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Pierre-Luc Wagner <pierre-luc@wagner.qc.com>,
Alexandre Viau <aviau@debian.org>,
Tim Potter <tpot@hpe.com>
Build-Depends: debhelper (>= 9),
dh-golang,
golang-go
Standards-Version: 3.9.6
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-peterh-liner.git
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-peterh-liner
XS-Go-Import-Path: github.com/peterh/liner
Testsuite: autopkgtest-pkg-go
Package: golang-github-peterh-liner-dev
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Command line editor with history
Liner is a command line editor with history. It was inspired by linenoise;
everything Unix-like is a VT100 (or is trying very hard to be). If your
terminal is not pretending to be a VT100, change it. Liner also support
Windows.
|