mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2024-12-13 09:58:24 -05:00
18 lines
311 B
JSON
18 lines
311 B
JSON
|
{
|
||
|
"name": "pcre",
|
||
|
"version": "8.45",
|
||
|
"port-version": 3,
|
||
|
"description": "Perl Compatible Regular Expressions",
|
||
|
"homepage": "https://www.pcre.org/",
|
||
|
"dependencies": [
|
||
|
{
|
||
|
"name": "vcpkg-cmake",
|
||
|
"host": true
|
||
|
},
|
||
|
{
|
||
|
"name": "vcpkg-cmake-config",
|
||
|
"host": true
|
||
|
}
|
||
|
]
|
||
|
}
|