パッケージ: libre-engine-re2-perl (0.14-1)
libre-engine-re2-perl に関するリンク
Debian の資源:
libre-engine-re2-perl ソースパッケージをダウンロード:
- [libre-engine-re2-perl_0.14-1.dsc]
- [libre-engine-re2-perl_0.14.orig.tar.xz]
- [libre-engine-re2-perl_0.14-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.4)
- 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 標準 C++ ライブラリ v3
-
- dep: perl
- Larry Wall 作の実用的な抽出とレポート用の言語
-
- dep: perlapi-5.32.1
- 以下のパッケージによって提供される仮想パッケージです: perl-base