vcpkg/ports/influxdb-cxx/vcpkg.json
autoantwort bce563ed58
[Influxdb-cxx] add new port (#16794)
* [influxdb-cxx] add new port

* add version files
2021-03-24 12:53:27 -07:00

20 lines
415 B
JSON

{
"name": "influxdb-cxx",
"version": "0.6.6",
"description": "InfluxDB C++ client library",
"homepage": "https://github.com/offa/influxdb-cxx",
"dependencies": [
"curl"
],
"features": {
"boost": {
"description": "Enables UDP and Unix sockets as Transport Layer",
"dependencies": [
"boost-asio",
"boost-conversion",
"boost-property-tree"
]
}
}
}