-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvcpkg.json
75 lines (75 loc) · 1.45 KB
/
vcpkg.json
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "nebulastream-dependencies",
"version-string": "v28",
"homepage": "https://nebula.stream",
"description": "Data Management for the Internet of Things.",
"supports": "x64 & (linux | osx)",
"builtin-baseline": "daa7215f3d68c2a2f2e18c398cb73dab63cda829",
"dependencies": [
"z3",
"zeromq",
"cppzmq",
"grpc",
"libevent",
"fmt",
"paho-mqttpp3",
"mbedtls",
"open62541",
"libsodium",
"eigen3",
"gtest",
"benchmark",
"antlr4",
"spdlog",
"folly",
"jemalloc-nes",
"simdjson",
"oatpp",
"cpr",
"nlohmann-json",
"s2",
"cppkafka",
"snappy",
"lz4",
"fastlz",
"brotli",
"onnxruntime",
"tensorflow-lite",
{
"name": "libiconv",
"platform": "osx"
},
{
"name": "asio",
"default-features": false,
"features": ["openssl"],
"platform": "osx"
}
],
"overrides": [
{
"name": "onnx", "version": "1.14.0", "port-version" : 0
},
{
"name": "abseil", "version": "20230125.3", "port-version" : 1
},
{
"name": "zeromq", "version": "4.3.4", "port-version": 6
},
{
"name": "fmt", "version": "9.1.0"
},
{
"name": "spdlog", "version": "1.11.0"
},
{
"name": "folly", "version-string": "2022.10.31.00"
},
{
"name": "simdjson", "version": "3.0.0"
},
{
"name": "nsync", "version": "1.24.0", "port-version": 1
}
]
}