mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 23:01:38 +08:00
b04a32af28
* [rxspencer] Update to latest release 3.9.0 * Update version files * Remove fail from ci.baseline.txt
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
|
|
}
|
|
]
|
|
}
|