vcpkg/ports/influxdb-cxx/vcpkg.json
chausner e374007cec
[influxdb-cxx] Update to 0.6.7 (#21390)
* Update influxdb-cxx to 0.6.7

* Update CI baseline

Co-authored-by: chausner <chausner@users.noreply.github.com>
2021-11-15 14:36:13 -08:00

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"
]
}
}
}