mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-03 12:41:37 +08:00
977cb05b44
* add notice of removal * version db * fix typo * version dv --------- Co-authored-by: Javier Matos <javiermatos@Javiers-Laptop.local>
23 lines
586 B
JSON
23 lines
586 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
|
|
"name": "opentelemetry-fluentd",
|
|
"version-semver": "2.0.0",
|
|
"port-version": 2,
|
|
"description": "mdsd/fluentd exporter for OpenTelemetry C++",
|
|
"homepage": "https://github.com/open-telemetry/opentelemetry-cpp-contrib/tree/main/exporters",
|
|
"license": "Apache-2.0",
|
|
"dependencies": [
|
|
"curl",
|
|
"nlohmann-json",
|
|
"opentelemetry-cpp",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|