File: control

package info (click to toggle)
tre 0.8.0-2
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 2,456 kB
  • ctags: 876
  • sloc: sh: 10,041; ansic: 9,887; makefile: 231; python: 44; sed: 16
file content (34 lines) | stat: -rw-r--r-- 1,160 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
34
Source: tre
Section: libs
Priority: optional
Maintainer: Santiago Vila <sanvila@debian.org>
Uploaders: Milan Zamazal <pdm@debian.org>
Standards-Version: 3.8.3
Build-Depends: gettext

Package: libtre5
Architecture: any
Depends: ${shlibs:Depends}
Replaces: libtre4
Suggests: tre-agrep
Description: regexp matching library with approximate matching
 TRE is a lightweight, robust, and efficient POSIX compliant regexp
 matching library with some exciting features such as approximate
 matching.

Package: libtre-dev
Architecture: any
Section: libdevel
Depends: ${shlibs:Depends}, libtre5 (= ${binary:Version})
Description: development package for the libtre5 regexp matching library
 This package contains the header files and static libraries required
 to develop programs based on the TRE library. TRE is a lightweight,
 robust, and efficient POSIX compliant regexp matching library with
 some exciting features such as approximate matching.

Package: tre-agrep
Architecture: any
Section: text
Depends: ${shlibs:Depends}
Description: approximate grep utility based on the tre library
 This is an Approximate GREP utility based on the TRE regexp matching library