1Name: re2 - an efficient, principled regular expression library 2Short Name: re2 3URL: https://github.com/google/re2 4Version: 1e44e72d31ddc66b783a545e9d9fcaa876a146b7 5Date: 2023-05-31 6License: BSD 3-Clause 7License File: LICENSE 8Security Critical: yes 9Shipped: yes 10 11Description: 12RE2 is a fast, safe, thread-friendly alternative to backtracking regular 13expression engines like those used in PCRE, Perl, and Python. 14