vcpkg/ports/ctre/vcpkg.json
Ryan 29916bbee5
[ctre] Update to 3.4.1 (#19614)
* update to 3.4.1

* update baseline
2021-08-30 10:28:20 -07:00

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
}
]
}