mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 16:51:38 +08:00
4be80ed896
* [clickhouse-cpp] update to 2.5.1 * [clickhouse-cpp] update to 2.5.1
25 lines
462 B
JSON
25 lines
462 B
JSON
{
|
|
"name": "clickhouse-cpp",
|
|
"version": "2.5.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"
|
|
]
|
|
}
|
|
}
|
|
}
|