vcpkg/ports/configcat/vcpkg.json
Peter Adam Korodi 311ad449f8
[configcat] Update to version 2.0.0 (#30121)
* [configcat] Update to version 2.0.0

* [configcat] Update to version 2.0.0

* [configcat] Update to version 2.0.0

* [configcat] Update to version 2.0.0

* Update ports/configcat/portfile.cmake

Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com>

* [configcat] Update to version 2.0.0

---------

Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com>
2023-03-15 10:30:16 -07:00

22 lines
592 B
JSON

{
"name": "configcat",
"version": "2.0.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": [
"cpr",
"hash-library",
"nlohmann-json",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
},
"z4kn4fein-semver"
]
}