mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 08:29:01 +08:00
20 lines
415 B
JSON
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"
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|