pkgsrc/devel/pcre2/DESCR
wiz b3011a2f04 Import pcre2-10.10 as devel/pcre2.
PCRE2 is a re-working of the original PCRE library to provide an entirely new
API.

PCRE2 is written in C, and it has its own API. There are three sets of
functions, one for the 8-bit library, which processes strings of bytes, one for
the 16-bit library, which processes strings of 16-bit values, and one for the
32-bit library, which processes strings of 32-bit values. There are no C++
wrappers.
2015-04-19 19:18:22 +00:00

8 lines
398 B
Text

PCRE2 is a re-working of the original PCRE library to provide an entirely new
API.
PCRE2 is written in C, and it has its own API. There are three sets of
functions, one for the 8-bit library, which processes strings of bytes, one for
the 16-bit library, which processes strings of 16-bit values, and one for the
32-bit library, which processes strings of 32-bit values. There are no C++
wrappers.