Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[new package] conf-libpcre2-8: pcre library is no longer maintained #21349

Merged
merged 1 commit into from
May 10, 2022
Merged

[new package] conf-libpcre2-8: pcre library is no longer maintained #21349

merged 1 commit into from
May 10, 2022

Conversation

Uzume
Copy link
Contributor

@Uzume Uzume commented May 10, 2022

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 units
  • libpcre16 16-bit code units
  • libpcre32 32-bit code units
  • libpcreposix POSIX regex

pcre2:

  • libpcre2-8 8-bit code units
  • libpcre2-16 16-bit code units
  • libpcre2-32 32-bit code units
  • libpcre2-posix POSIX regex

Currently, there is no such thing as a packages/pcre2 binding to succeed packages/pcre but this paves the way for such a future.
See mmottl/pcre-ocaml#25

libpcre is no longer maintained with last release being "8.45 2021-06-15"
libpcre2 was first released as "10.00 2014-01-05" and last release "10.40 2022-04-14"
see https://www.pcre.org/ and things like https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1000004
@mseri
Copy link
Member

mseri commented May 10, 2022

Thanks for the PR and for explainin the rationale for the name

@mseri mseri merged commit d80bf3a into ocaml:master May 10, 2022
@Uzume
Copy link
Contributor Author

Uzume commented May 10, 2022

@mseri It seems like your opam-ci could use a little work. The status here has not updated despite all tests passing remotely.

@Uzume Uzume mentioned this pull request May 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants