package/re2: new package
authorMichael Nosthoff <buildroot@heine.tech>
Thu, 13 Aug 2020 14:45:48 +0000 (16:45 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sun, 16 Aug 2020 21:30:34 +0000 (23:30 +0200)
commit4410ed7a1f519aa8217702f0defb2caf6cb01fbb
tree1b90e48689f22048789d122c9b94604c7ab6b0ec
parent52f188140cd28e90103edf67db6c2cabb979f5d6
package/re2: new package

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.

Signed-off-by: Michael Nosthoff <buildroot@heine.tech>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/Config.in
package/re2/Config.in [new file with mode: 0644]
package/re2/re2.hash [new file with mode: 0644]
package/re2/re2.mk [new file with mode: 0644]