devel/re2: Reformat pkg-descr

This commit is contained in:
Po-Chuan Hsieh 2021-05-12 05:14:28 +08:00
parent ba0c4f8af8
commit 2c3d12aef7
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B

View file

@ -1,7 +1,8 @@
RE2 is a fast, safe, thread-friendly alternative to backtracking regular
expression engines like those used in PCRE, Perl, and Python.
It is a C++ library.
RE2 uses automata theory to guarantee that regular expression searches run in
expression engines like those used in PCRE, Perl, and Python. It is a C++
library.
RE2 uses automata theory to guarantee that regular expression searches run in
time linear in the size of the input. RE2 implements memory limits, so that
searches can be constrained to a fixed amount of memory. RE2 is engineered to
use a small fixed C++ stack footprint no matter what inputs or regular