-
Notifications
You must be signed in to change notification settings - Fork 78
Expand file tree
/
Copy pathvcpkg.json
More file actions
47 lines (47 loc) · 771 Bytes
/
vcpkg.json
File metadata and controls
47 lines (47 loc) · 771 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
39
40
41
42
43
44
45
46
47
{
"name": "main",
"version-string": "latest",
"dependencies": [
"arrow",
"boost-beast",
"boost-multi-index",
"brotli",
{
"name": "cyrus-sasl",
"platform": "!windows"
},
"exprtk",
"gtest",
{
"name": "krb5",
"platform": "!windows"
},
{
"name": "librdkafka",
"features": [
{
"name": "sasl",
"platform": "!windows"
},
"ssl"
]
},
{
"name": "lmdb",
"platform": "!windows"
},
"lz4",
"openssl",
"parquet",
"rapidjson",
"thrift",
"utf8proc"
],
"overrides": [
{
"name": "arrow",
"version": "21.0.0"
}
],
"builtin-baseline": "b94ade01f19e4436d8c8a16a5c52e8c802ef67dd"
}