-
Notifications
You must be signed in to change notification settings - Fork 12
/
vcpkg.json
122 lines (122 loc) · 2.21 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
{
"name": "fisco-bcos-c-sdk",
"version-string": "3.7.0",
"homepage": "https://github.com/FISCO-BCOS/c-sdk",
"description": "FISCO BCOS C SDK",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
},
"boost-log",
"boost-beast",
"boost-uuid",
"boost-heap",
"boost-graph",
"boost-context",
"boost-property-map",
"boost-chrono",
"boost-iostreams",
"boost-thread",
"boost-test",
"boost-compute",
"boost-container-hash",
"boost-multiprecision",
"boost-program-options",
"boost-variant2",
"jsoncpp",
"openssl",
"secp256k1",
"wedprcrypto",
"zlib",
"fisco-bcos-cpp-sdk"
],
"builtin-baseline": "51b14cd4e1230dd51c11ffeff6f7d53c61cc5297",
"overrides": [
{
"name": "boost-log",
"version": "1.83.0"
},
{
"name": "boost-beast",
"version": "1.83.0"
},
{
"name": "boost-uuid",
"version": "1.83.0"
},
{
"name": "boost-heap",
"version": "1.83.0"
},
{
"name": "boost-graph",
"version": "1.83.0"
},
{
"name": "boost-context",
"version": "1.80.0"
},
{
"name": "boost-property-map",
"version": "1.83.0"
},
{
"name": "boost-chrono",
"version": "1.83.0"
},
{
"name": "boost-iostreams",
"version": "1.83.0"
},
{
"name": "boost-thread",
"version": "1.83.0"
},
{
"name": "boost-test",
"version": "1.83.0"
},
{
"name": "boost-compute",
"version": "1.83.0"
},
{
"name": "boost-container-hash",
"version": "1.83.0"
},
{
"name": "boost-multiprecision",
"version": "1.83.0"
},
{
"name": "boost-program-options",
"version": "1.83.0"
},
{
"name": "boost-variant2",
"version": "1.83.0"
},
{
"name": "jsoncpp",
"version": "1.9.5"
},
{
"name": "zlib",
"version": "1.2.12",
"port-version": 1
},
{
"name": "fisco-bcos-cpp-sdk",
"version": "3.7.0"
},
{
"name": "wedprcrypto",
"version": "1.0.0"
}
]
}