1 Name: re2 - an efficient, principled regular expression library
3 URL: http://code.google.com/p/re2/
4 Version: 83:c79416ca4228
6 Revision: 83:c79416ca4228
7 License: BSD 3-Clause License
12 RE2 is a fast, safe, thread-friendly alternative to backtracking regular
13 expression engines like those used in PCRE, Perl, and Python.
15 Local Modifications (to be applied in this order):
16 - Dropped POSIX configuration (patches/remove-posix-option.patch)
17 - Support for Windows (patches/re2-msvc9-chrome.patch)
18 - Remove valgrind specific code that exists in chromium already
19 (patches/remove-valgrind-code.patch)
20 - Fix an implicit conversion from NULL to false
21 (patches/fix-implicit-conversion.patch)
22 - Support Android (re2-android.patch)
23 - Remove testinstall.cc because it lacks a license header and remove executable
24 bit from non-executable .py file.
25 (remove-testinstall.cc-and-fix-filepermissions.patch)