1# This project was upgraded with external_updater. 2# Usage: tools/external_updater/updater.sh update external/pcre 3# For more info, check https://cs.android.com/android/platform/superproject/+/main: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 license_type: NOTICE 9 security { 10 tag: "NVD-CPE2.3:cpe:/a:pcre:pcre2" 11 } 12 last_upgrade_date { 13 year: 2024 14 month: 6 15 day: 7 16 } 17 homepage: "https://www.pcre.org/" 18 identifier { 19 type: "Git" 20 value: "https://github.com/PCRE2Project/pcre2/" 21 version: "pcre2-10.44" 22 } 23} 24