mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 12:39:01 +08:00
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
|
||
|
}
|
||
|
]
|
||
|
}
|