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: pcre2
Section: libs
Priority: optional
Maintainer: Mark Baker <mbaker@iee.org>
Standards-Version: 3.1.0
Package: libpcre2
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Description: Philip Hazel's Perl Compatible Regular Expression library
This is a library of functions to support regular expressions whose syntax
and semantics are as close as possible to those of the Perl 5 language.
Package: libpcre2-dev
Section: devel
Architecture: any
Depends: libc6-dev, libpcre2 (=${Source-Version})
Conflicts: libpcre1-dev
Description: Development stuff for libpcre
Includes headers, static libraries, and documentation.
Package: pgrep
Section: utils
Architecture: any
Depends: ${shlibs:Depends}, libpcre2 (>=2.07-1)
Description: grep utility that uses perl compatible regexes.
Perl-style regexps have many useful features that the standard POSIX ones
don't; this is basically the same as grep but with the different
regexp syntax.
.
The other reason for the existence of pgrep is that its source code is an
example of programming with libpcre.
|