pcre2 10.46-1ok2 source package in openKylin
Changelog
pcre2 (10.46-1ok2) huanghe; urgency=high * rebuild for openkylin -- zhangshoucheng <email address hidden> Thu, 23 Apr 2026 15:25:43 +0800
pcre2 (10.46-1ok2) huanghe; urgency=high * rebuild for openkylin -- zhangshoucheng <email address hidden> Thu, 23 Apr 2026 15:25:43 +0800
| Series | Published | Component | Section | |
|---|---|---|---|---|
| Huanghe V3.0 | proposed | main | libs |
| File | Size | SHA-256 Checksum |
|---|---|---|
| pcre2_10.46.orig.tar.gz | 2.6 MiB | 8d28d7f2c3b970c3a4bf3776bcbb5adfc923183ce74bc8df1ebaad8c1985bd07 |
| pcre2_10.46-1ok2.debian.tar.xz | 7.9 KiB | 38f8feaff13eb0b7b0d144979fb41e8fe3423a81adcd62e7d73929413b4b9626 |
| pcre2_10.46-1ok2.dsc | 2.0 KiB | 89fe6f936e1c2b2769038567745e9f4083972a384c54ae84fa0f173051349e73 |
This is PCRE2, the new implementation of PCRE, 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 projects
should use this library in preference to the older library,
confusingly called pcre3 in Debian.
.
This package contains the 16 bit runtime library, which operates on
UTF-16 input.
This is PCRE2, the new implementation of PCRE, 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 projects
should use this library in preference to the older library,
confusingly called pcre3 in Debian.
.
This package contains the 32 bit runtime library, which operates on
UTF-32 input.
This is PCRE2, the new implementation of PCRE, 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 projects
should use this library in preference to the older library,
confusingly called pcre3 in Debian.
.
This package contains the 8 bit runtime library, which operates on
ASCII and UTF-8 input.
This package contains the 8 bit runtime library, for the Debian Installer.
This is PCRE2, the new implementation of PCRE, 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 projects
should use this library in preference to the older library,
confusingly called pcre3 in Debian.
.
Unlike the previous version of PCRE, there is no C++ library included
with PCRE2. Users who wish to avoid porting their C++ code to use the
PCRE2 C API might want to consider the libre2-dev package in Debian
which attempts to provide a similar C++ API to that provided by
libpcrecpp in previous versions of PCRE.
.
This package contains the development files, including headers,
static libraries, and documentation.
This is PCRE2, the new implementation of PCRE, 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 projects
should use this library in preference to the older library,
confusingly called pcre3 in Debian.
.
This package contains the runtime library for the posix-compatible API.
This is PCRE2, the new implementation of PCRE, 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 projects
should use this library in preference to the older library,
confusingly called pcre3 in Debian.
.
This package contains the utilities pcre2grep (like grep with PCRE)
and pcre2test (a test program for the library, but also useful for
experimenting with regular expressions). Both programs are also
useful examples of programming with libpcre2.