mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-03 14:19:00 +08:00
7dc6a4e174
* Generate Imath.pc * update version * add dependency imath minizip-ng * updata version * update version * update to 1.11.0 * update version * update * update version * update version * update version * fix missing header file * update version * Fix feature otlp content * update version * update to 1.12.0 * update version * update version
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": 1,
|
|
"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
|
|
}
|
|
]
|
|
}
|