vcpkg/ports/clickhouse-cpp/vcpkg.json
2023-10-03 20:33:13 -07:00

25 lines
462 B
JSON

{
"name": "clickhouse-cpp",
"version": "2.4.0",
"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"
]
}
}
}