mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 03:19:01 +08:00
d6150f960c
* [clickhouse-cpp] update to 1.2.2 * update version * [clickhouse-cpp] update to 1.5.0 * update version * fix error c4996 * update version * merge baseline.json * update baseline.json * add Add patch description * update version * Add patch comment * update version
19 lines
348 B
JSON
19 lines
348 B
JSON
{
|
|
"name": "clickhouse-cpp",
|
|
"version": "1.5.0",
|
|
"description": "C++ client for Yandex ClickHouse",
|
|
"homepage": "https://github.com/ClickHouse/clickhouse-cpp",
|
|
"dependencies": [
|
|
"cityhash",
|
|
"lz4",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|