pcre3 2:8.39-15 source package in Ubuntu
Changelog
pcre3 (2:8.39-15) unstable; urgency=medium * Make currently-important packages optional as pcre3 is obsolete (Closes: #1026214) -- Matthew Vernon <email address hidden> Thu, 22 Dec 2022 16:45:21 +0000
Upload details
- Uploaded by:
- Matthew Vernon
- Uploaded to:
- Sid
- Original maintainer:
- Matthew Vernon
- Architectures:
- any
- Section:
- libs
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Mantic | release | universe | libs | |
Lunar | release | main | libs |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
pcre3_8.39-15.dsc | 2.2 KiB | 335f76ecf668b069c9f3a0eb7904df3a271686d769e3e16b5e4f6b52e4254b9d |
pcre3_8.39.orig.tar.bz2 | 1.5 MiB | b858099f82483031ee02092711689e7245586ada49e534a06e678b8ea9549e8b |
pcre3_8.39-15.debian.tar.gz | 26.4 KiB | e596e7ad1d4e60af4b9655b1582a0ef765aea1e09ce2efa031611d03b1353c67 |
Available diffs
- diff from 2:8.39-14 to 2:8.39-15 (565 bytes)
No changes file available.
Binary packages built by this source
- libpcre16-3: Old Perl 5 Compatible Regular Expression Library - 16 bit 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 16 bit runtime library.
- libpcre3: Old 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.
.
New packages should use the newer pcre2 packages, and existing
packages should migrate to pcre2.
.
This package contains the runtime libraries.
- libpcre3-dbg: Old Perl 5 Compatible Regular Expression Library - debug symbols
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 debug symbols,
- libpcre3-dev: Old 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.
.
New packages should use the newer pcre2 packages, and existing
packages should migrate to pcre2.
.
This package contains the development files, including headers, static
libraries, and documentation.
- libpcre32-3: Old Perl 5 Compatible Regular Expression Library - 32 bit 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 32 bit runtime library.
- libpcrecpp0v5: Old 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.