1# This project was upgraded with external_updater. 2# Usage: tools/external_updater/updater.sh update pcre 3# For more info, check https://cs.android.com/android/platform/superproject/+/master:tools/external_updater/README.md 4 5name: "libpcre2" 6description: "The PCRE library is a set of functions that implement regular expression pattern matching using the same syntax and semantics as Perl 5. PCRE has its own native API, as well as a set of wrapper functions that correspond to the POSIX regular expression API. The PCRE library is free, even for building proprietary software." 7third_party { 8 url { 9 type: HOMEPAGE 10 value: "https://www.pcre.org/" 11 } 12 url { 13 type: GIT 14 value: "https://github.com/PCRE2Project/pcre2/" 15 } 16 version: "pcre2-10.42" 17 license_type: NOTICE 18 security { 19 tag: "NVD-CPE2.3:cpe:/a:pcre:pcre2" 20 } 21 last_upgrade_date { 22 year: 2022 23 month: 12 24 day: 13 25 } 26} 27