[new package] conf-libpcre2-8: pcre library is no longer maintained #21349
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
pcre is no longer maintained with the last release being "8.45 2021-06-15"
pcre2 was first released as "10.00 2014-01-05" and current last release "10.40 2022-04-14"
See:
Besides API changes, the library names change too.
pcre:
libpcre
8-bit code unitslibpcre16
16-bit code unitslibpcre32
32-bit code unitslibpcreposix
POSIX regexpcre2:
libpcre2-8
8-bit code unitslibpcre2-16
16-bit code unitslibpcre2-32
32-bit code unitslibpcre2-posix
POSIX regexCurrently, there is no such thing as a
packages/pcre2
binding to succeedpackages/pcre
but this paves the way for such a future.See mmottl/pcre-ocaml#25