套件:libre-engine-re2-perl(0.17+ds-1)
libre-engine-re2-perl 的相關連結
Debian 的資源:
下載原始碼套件 libre-engine-re2-perl:
- [libre-engine-re2-perl_0.17+ds-1.dsc]
- [libre-engine-re2-perl_0.17+ds.orig.tar.xz]
- [libre-engine-re2-perl_0.17+ds-1.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [metacpan.org]
相似套件:
RE2 regex engine
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.
其他與 libre-engine-re2-perl 有關的套件
|
|
|
|
-
- dep: libc6 (>= 2.34)
- GNU C 函式庫:共用函式庫
同時作為一個虛擬套件由這些套件填實: libc6-udeb
-
- dep: libgcc-s1 (>= 3.0)
- GCC 支援函式庫
-
- dep: libre2-9 (>= 20160901)
- efficient, principled regular expression library
-
- dep: libstdc++6 (>= 5.2)
- GNU Standard C++ Library v3
-
- dep: perl (>= 5.36.0-7)
- Larry Wall's Practical Extraction and Report Language
-
- dep: perlapi-5.36.0
- 本虛擬套件由這些套件填實: perl-base