mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 13:45:23 +08:00
c506e9c4ec
* [influxdb-cxx] Update to latest commit on 2022-08-20 * x-add-version * add license * x-add-version
29 lines
574 B
JSON
29 lines
574 B
JSON
{
|
|
"name": "influxdb-cxx",
|
|
"version-date": "2022-09-02",
|
|
"description": "InfluxDB C++ client library",
|
|
"homepage": "https://github.com/offa/influxdb-cxx",
|
|
"license": "MIT",
|
|
"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"
|
|
]
|
|
}
|
|
}
|
|
}
|