-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathvcpkg.json
More file actions
38 lines (38 loc) · 749 Bytes
/
vcpkg.json
File metadata and controls
38 lines (38 loc) · 749 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "opentelemetry-matlab",
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
"dependencies": [
{
"name":"protobuf",
"version>=":"5.26.1"
},
{
"name":"protobuf",
"version>=":"5.26.1",
"host": true
},
"zlib",
"nlohmann-json"
],
"features": {
"otlp-http": {
"description": "Otlp HTTP Exporter",
"dependencies": [
"curl"
]
},
"otlp-grpc": {
"description": "Otlp gRPC Exporter",
"dependencies": [
"abseil",
"c-ares",
"re2",
{
"name": "openssl",
"version>=": "3.5.0"
}
]
}
},
"builtin-baseline": "f7423ee180c4b7f40d43402c2feb3859161ef625"
}