pcre3 1:8.31-2ubuntu2 source package in Ubuntu
Changelog
pcre3 (1:8.31-2ubuntu2) trusty; urgency=low * Don't patch the soname in the generated configure file, but in configure.ac. * Add symbols files to catch the practice to only change the soname in the generated files. -- Matthias Klose <email address hidden> Tue, 03 Dec 2013 14:18:01 +0100
Upload details
- Uploaded by:
- Matthias Klose
- Uploaded to:
- Trusty
- Original maintainer:
- Mark Baker
- Architectures:
- any
- Section:
- libs
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Trusty | release | main | libs |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
pcre3_8.31.orig.tar.gz | 1.6 MiB | 4e1f5d462796fdf782650195050953b8503b2a2fc05c31b681c2d5d54d1f659b |
pcre3_8.31-2ubuntu2.debian.tar.gz | 17.6 KiB | 33a76e3b41e1040b226128466142a6c40daa0352c29f651c2356c6e8e8b792af |
pcre3_8.31-2ubuntu2.dsc | 1.3 KiB | 75bdb895742339f3907bd6c52f38c3c5b9eac22680158a869d24542276ae3ff7 |
Available diffs
Binary packages built by this source
- libpcre3: Perl 5 Compatible Regular Expression Library - runtime files
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.
.
This package contains the runtime libraries.
- libpcre3-dbg: No summary available for libpcre3-dbg in ubuntu utopic.
No description available for libpcre3-dbg in ubuntu utopic.
- libpcre3-dev: Perl 5 Compatible Regular Expression Library - development files
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.
.
This package contains the development files, including headers, static
libraries, and documentation.
- libpcre3-udeb: Perl 5 Compatible Regular Expression Library - runtime files (udeb)
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.
.
This package contains the runtime libraries for the Debian Installer (udeb).
- libpcrecpp0: Perl 5 Compatible Regular Expression Library - C++ runtime files
This is a C++ library of functions to support regular expressions whose syntax
and semantics are as close as possible to those of the Perl 5 language.
.
This package contains the C++ runtime library.
- pcregrep: grep utility that uses perl 5 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 pcregrep is that its source code is an
example of programming with libpcre.