mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 19:49:00 +08:00
481a0cde8c
* Update re2 to 2021-09-01 * Update CI baseline * update vcpkg.json * update version Co-authored-by: chausner <chausner@users.noreply.github.com> Co-authored-by: Jonliu1993 <13720414433@163.com>
7 lines
275 B
JSON
7 lines
275 B
JSON
{
|
|
"name": "re2",
|
|
"version-date": "2021-09-01",
|
|
"description": "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.",
|
|
"homepage": "https://github.com/google/re2"
|
|
}
|