pcre3 2:8.39-7 source package in Ubuntu

Changelog

pcre3 (2:8.39-7) unstable; urgency=low

  * increase stack limit before running tests (Closes: #876299)

 -- Matthew Vernon <email address hidden>  Sun, 03 Dec 2017 12:21:44 +0000

Upload details

Uploaded by:
Matthew Vernon
Uploaded to:
Sid
Original maintainer:
Matthew Vernon
Architectures:
any
Section:
libs
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
pcre3_8.39-7.dsc 2.2 KiB ec713fbad1341caa76252a2cb2620593016d3c89ab79ab95c15db477a3010ba6
pcre3_8.39.orig.tar.bz2 1.5 MiB b858099f82483031ee02092711689e7245586ada49e534a06e678b8ea9549e8b
pcre3_8.39-7.debian.tar.gz 25.5 KiB 85f6f72479ef77f6c8a9ef36751a057a26ce5b6628f2ade35643a998fd95c6e0

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: Old 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).

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.