vcpkg/ports/clickhouse-cpp/vcpkg.json
Thomas1664 ca79ebe4a4
[clickhouse-cpp] Update to 2.2.1 (#27250)
* [clickhouse-cpp] Update to 2.2.1

* add feature openssl

* Fix patch

* use absl::int128

* Fix patch

* version

* fix UWP

* version
2022-10-18 18:38:59 -07:00

25 lines
462 B
JSON

{
"name": "clickhouse-cpp",
"version": "2.2.1",
"description": "C++ client for Yandex ClickHouse",
"homepage": "https://github.com/ClickHouse/clickhouse-cpp",
"license": "Apache-2.0",
"dependencies": [
"abseil",
"cityhash",
"lz4",
{
"name": "vcpkg-cmake",
"host": true
}
],
"features": {
"openssl": {
"description": "Enable OpenSSL support",
"dependencies": [
"openssl"
]
}
}
}