vcpkg/ports/configcat/vcpkg.json
Peter Adam Korodi 596bd06f1d
[configcat] Update to version 3.2.0 (#35651)
* [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

* [configcat] Update to version 3.2.0

* [configcat] Update to version 3.2.0
2023-12-13 23:27:11 -08:00

42 lines
975 B
JSON

{
"name": "configcat",
"version": "3.2.0",
"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": [
"hash-library",
"nlohmann-json",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
},
"z4kn4fein-semver"
],
"default-features": [
"network"
],
"features": {
"network": {
"description": "Use built-in curl network adapter",
"dependencies": [
{
"name": "curl",
"default-features": false,
"features": [
"ssl"
]
},
{
"name": "openssl",
"platform": "linux"
}
]
}
}
}