vcpkg/ports/ctre/vcpkg.json
Thomas1664 5f35e064ac
[ctre] Update to 3.7.1 (#28190)
* [ctre] Update to 3.7.1

* version
2022-12-06 11:58:23 -08:00

18 lines
397 B
JSON

{
"name": "ctre",
"version-semver": "3.7.1",
"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
}
]
}