-
Notifications
You must be signed in to change notification settings - Fork 100
/
vcpkg.json
80 lines (80 loc) · 1.33 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
76
77
78
79
80
{
"name": "reflectcpp",
"version-string": "0.8.0",
"builtin-baseline": "50bffcc62d7f6571eb32bc1a0b1807e77af1166c",
"dependencies": [
{
"name": "ctre",
"version>=": "3.8"
},
{
"name": "flatbuffers",
"version>=": "23.5.26#1"
},
{
"name": "libbson",
"version>=": "1.25.1"
},
{
"name": "jsoncons",
"version>=": "0.176.0"
},
{
"name": "msgpack-c",
"version>=": "6.0.0"
},
{
"name": "nlohmann-json",
"version>=": "3.11.3"
},
{
"name": "pugixml",
"version>=": "1.14"
},
{
"name": "rapidjson",
"version>=": "2023-07-17"
},
{
"name": "simdjson",
"version>=": "3.9.3"
},
{
"name": "tinycbor",
"version>=": "0.6.0"
},
{
"name": "tomlplusplus",
"version>=": "3.4.0"
},
{
"name": "yaml-cpp",
"version>=": "0.8.0#1"
},
{
"name": "yyjson"
},
{
"name": "benchmark",
"version>=": "1.8.3"
},
{
"name": "gtest",
"version>=": "1.14.0"
},
{
"name": "vcpkg-cmake",
"version>=": "2023-05-04"
},
{
"name": "vcpkg-cmake-config",
"version>=": "2022-02-06#1"
}
],
"overrides": [
{
"name": "yyjson",
"version": "0.8.0"
}
]
}