pcre3 2:8.39-9 source package in Ubuntu

Changelog

pcre3 (2:8.39-9) unstable; urgency=medium

  * Update symbols file (Closes: #888921)

 -- Matthew Vernon <email address hidden>  Sat, 03 Feb 2018 18:27:50 +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 Pocket Published Component Section
Bionic release main libs

Downloads

File Size SHA-256 Checksum
pcre3_8.39-9.dsc 2.2 KiB cfbe37b2022027f62f236d74bb6af90befd2964161d77b2fd459c75ae7c36e36
pcre3_8.39.orig.tar.bz2 1.5 MiB b858099f82483031ee02092711689e7245586ada49e534a06e678b8ea9549e8b
pcre3_8.39-9.debian.tar.gz 25.7 KiB 68be90799b722a8d5a075c3d2f48718cb21e2e736e0edf1e7e46a87c51215f55

Available diffs

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.

libpcre3-udeb: No summary available for libpcre3-udeb in ubuntu cosmic.

No description available for libpcre3-udeb in ubuntu cosmic.

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: No summary available for libpcrecpp0v5 in ubuntu cosmic.

No description available for libpcrecpp0v5 in ubuntu cosmic.

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.