mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 07:19:24 +08:00
0641d1be81
* [pcre2] Explicitly control dependencies * version * Fix Windows static * version * Fix windows static * version * Remove patch * version Co-authored-by: Billy O'Neal <bion@microsoft.com>
24 lines
485 B
JSON
24 lines
485 B
JSON
{
|
|
"name": "pcre2",
|
|
"version": "10.40",
|
|
"port-version": 1,
|
|
"description": "Regular Expression pattern matching using the same syntax and semantics as Perl 5.",
|
|
"homepage": "https://github.com/PCRE2Project/pcre2",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": [
|
|
{
|
|
"name": "bzip2",
|
|
"default-features": false
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
"zlib"
|
|
]
|
|
}
|