mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 06:23:57 +08:00
e374007cec
* Update influxdb-cxx to 0.6.7 * Update CI baseline Co-authored-by: chausner <chausner@users.noreply.github.com>
28 lines
544 B
JSON
28 lines
544 B
JSON
{
|
|
"name": "influxdb-cxx",
|
|
"version": "0.6.7",
|
|
"description": "InfluxDB C++ client library",
|
|
"homepage": "https://github.com/offa/influxdb-cxx",
|
|
"dependencies": [
|
|
"curl",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"boost": {
|
|
"description": "Enables UDP and Unix sockets as Transport Layer",
|
|
"dependencies": [
|
|
"boost-asio",
|
|
"boost-conversion",
|
|
"boost-property-tree"
|
|
]
|
|
}
|
|
}
|
|
}
|