mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 22:19:00 +08:00
29916bbee5
* update to 3.4.1 * update baseline
17 lines
370 B
JSON
17 lines
370 B
JSON
{
|
|
"name": "ctre",
|
|
"version-semver": "3.4.1",
|
|
"description": "A Compile time PCRE (almost) compatible regular expression matcher",
|
|
"homepage": "https://github.com/hanickadot/compile-time-regular-expressions",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|