File: control

package info (click to toggle)
peco 0.5.10-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 548 kB
  • sloc: makefile: 95
file content (33 lines) | stat: -rw-r--r-- 1,260 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
Source: peco
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Haruki TSURUMOTO <tsu.root@gmail.com>
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-go,
               golang-github-google-btree-dev,
               golang-go-flags-dev,
               golang-github-lestrrat-go-pdebug-dev (>= 0.0~git20180220.0.569c974-3),
               golang-github-mattn-go-runewidth-dev,
               golang-github-nsf-termbox-go-dev,
               golang-github-pkg-errors-dev,
               golang-github-stretchr-testify-dev
Standards-Version: 4.6.0.1
Homepage: https://github.com/peco/peco
Vcs-Browser: https://salsa.debian.org/pkg-go-team/peco
Vcs-Git: https://salsa.debian.org/pkg-go-team/peco.git
XS-Go-Import-Path: github.com/peco/peco
Rules-Requires-Root: no

Package: peco
Architecture: any
Built-Using: ${misc:Built-Using}
Depends: ${shlibs:Depends},
         ${misc:Depends}
Description: Simplistic interactive filtering tool
 peco Simplistic interactive filtering tool
 .
 peco can be a great tool to filter stuff like logs, process stats, find
 files, because unlike grep, you can type as you think and look through
 the current results.