File: control

package info (click to toggle)
silversearcher-ag 2.2.0%2Bgit20200805-1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye
  • size: 780 kB
  • sloc: ansic: 5,085; sh: 352; makefile: 34; python: 18
file content (18 lines) | stat: -rw-r--r-- 707 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Source: silversearcher-ag
Section: utils
Priority: optional
Maintainer: Hajime Mizuno <mizuno-as@ubuntu.com>
Build-Depends: debhelper-compat (= 13), pkg-config, libpcre3-dev, zlib1g-dev, liblzma-dev
Standards-Version: 4.5.0
Homepage: https://github.com/ggreer/the_silver_searcher

Package: silversearcher-ag
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Conflicts: python-ase (<< 3.8.1.3440)
Description: very fast grep-like program, alternative to ack-grep
 The Silver Searcher is grep-like program implemented by C.
 An attempt to make something better than ack-grep.
 .
 It searches pattern about 3–5x faster than ack-grep.
 It ignores file patterns from your .gitignore and .hgignore.