libre-engine-re2-perl binary package in openKylin Nile V2.0 loong64

 re::engine::RE2 replaces perl's regex engine
 in a given lexical scope with RE2.
 .
 RE2 is a primarily DFA based regexp engine from Google
 that is very fast at matching large amounts of text.
 However it does not support look behind
 and some other Perl regular expression features.
 See RE2's syntax wiki page
 at <https://github.com/google/re2/wiki/Syntax> for more information.
 .
 Fallback to normal Perl regexp is implemented by this module.
 If RE2 is unable to compile a regexp it will use Perl instead,
 therefore features not implemented by RE2 don't suddenly stop working,
 they will just use Perl's regexp implementation.

Publishing history

Date Status Target Pocket Component Section Priority Phased updates Version
  2024-08-13 10:22:03 UTC Published openKylin Nile V2.0 loong64 release main perl Optional 0.18+ds-ok1
  • Published
  • Copied from openkylin nile-proposed loong64 in Primary Archive for openKylin
  2024-07-26 21:10:23 UTC Published openKylin Nile V2.0 loong64 proposed main perl Optional 0.18+ds-ok1
  • Published