vcpkg/ports/ctre/vcpkg.json
chausner 00e6aa726b
[ctre] Update to 3.6.0 (#24388)
* Update ctre to 3.6.0

* Update CI baseline

Co-authored-by: chausner <chausner@users.noreply.github.com>
2022-04-25 17:23:39 -07:00

18 lines
397 B
JSON

{
"name": "ctre",
"version-semver": "3.6.0",
"description": "A Compile time PCRE (almost) compatible regular expression matcher",
"homepage": "https://github.com/hanickadot/compile-time-regular-expressions",
"license": "Apache-2.0",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}