mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-02 11:09:00 +08:00
18 lines
345 B
JSON
18 lines
345 B
JSON
|
{
|
||
|
"name": "rxspencer",
|
||
|
"version": "3.9.0",
|
||
|
"description": "Henry Spencer's BSD regular expression library.",
|
||
|
"homepage": "https://garyhouston.github.io/regex/",
|
||
|
"supports": "!uwp",
|
||
|
"dependencies": [
|
||
|
{
|
||
|
"name": "vcpkg-cmake",
|
||
|
"host": true
|
||
|
},
|
||
|
{
|
||
|
"name": "vcpkg-cmake-config",
|
||
|
"host": true
|
||
|
}
|
||
|
]
|
||
|
}
|