OLD | NEW |
1 Name: re2 - an efficient, principled regular expression library | 1 Name: re2 - an efficient, principled regular expression library |
2 Short Name: re2 | 2 Short Name: re2 |
3 URL: https://github.com/google/re2 | 3 URL: https://github.com/google/re2 |
4 Version: dba3349aba83b5588e85e5ecf2b56c97f2d259b7 | 4 Version: aa627d9e7bb93778967e34cc015452ae453a4e78 |
5 Date: 2015-12-10 | 5 Date: 2017-02-13 |
6 License: BSD 3-Clause | 6 License: BSD 3-Clause |
7 License File: LICENSE | 7 License File: LICENSE |
8 Security Critical: yes | 8 Security Critical: yes |
9 | 9 |
10 Description: | 10 Description: |
11 RE2 is a fast, safe, thread-friendly alternative to backtracking regular | 11 RE2 is a fast, safe, thread-friendly alternative to backtracking regular |
12 expression engines like those used in PCRE, Perl, and Python. | 12 expression engines like those used in PCRE, Perl, and Python. |
13 | |
14 To update RE2, execute the following commands from your Chromium checkout: | |
15 $ git clone https://github.com/google/re2 third_party/re2_new | |
16 $ cp third_party/re2/OWNERS third_party/re2/BUILD.gn third_party/re2/re2.gyp \ | |
17 third_party/re2/README.chromium third_party/re2/DEPS third_party/re2_new | |
18 $ rm -rf third_party/re2_new/.git | |
19 $ rm -rf third_party/re2 | |
20 $ mv third_party/re2_new third_party/re2 | |
21 Then update third_party/re2/BUILD.gn and third_party/re2/re2.gyp. | |
OLD | NEW |