vcpkg/ports/configcat/vcpkg.json
Peter Adam Korodi 877eaea999
[configcat] Update to version 3.1.1 (#35025)
* [configcat] Update to version 3.1.0

* [configcat] Update to version 3.1.0

* [configcat] Update to version 3.1.0

* [configcat] Update to version 3.1.1

* [configcat] Update to version 3.1.1
2023-11-14 13:05:58 -08:00

32 lines
755 B
JSON

{
"name": "configcat",
"version": "3.1.1",
"description": "ConfigCat SDK for C++ provides easy integration for your application to ConfigCat. ConfigCat is a feature flag and configuration management service that lets you separate feature releases from deployments. Alternative to LaunchDarkly.",
"homepage": "https://configcat.com/",
"license": "MIT",
"dependencies": [
{
"name": "curl",
"default-features": false,
"features": [
"ssl"
]
},
"hash-library",
"nlohmann-json",
{
"name": "openssl",
"platform": "linux"
},
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
},
"z4kn4fein-semver"
]
}