-
Notifications
You must be signed in to change notification settings - Fork 1
/
vcpkg.json
81 lines (81 loc) · 1.83 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
{
"$schema":
"https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json",
"name": "opentxs-dependency-builder",
"builtin-baseline": "3508985146f1b1d248c67ead13f8f54be5b4f5da",
"version": "1",
"dependencies": [
"boost-algorithm",
{
"name": "boost-asio",
"features": [
"ssl"
]
},
"boost-beast",
"boost-circular-buffer",
"boost-container",
"boost-date-time",
"boost-dynamic-bitset",
"boost-endian",
"boost-interprocess",
"boost-iostreams",
"boost-json",
"boost-multiprecision",
"boost-program-options",
"boost-scope",
"boost-smart-ptr",
"boost-stacktrace",
"boost-system",
"boost-thread",
"boost-type-index",
"boost-unordered",
"cmakerc",
"frozen",
"gtest",
"libguarded",
{
"name": "libsodium",
"version>=": "1.0.20#103"
},
"lmdb",
{
"name": "openssl",
"version>=": "3.2.0"
},
{
"name": "otcommon",
"version>=": "3.1.3"
},
"protobuf",
{
"name": "protobuf",
"host": true
},
{
"name": "pthread",
"platform": "windows"
},
{
"name": "qtbase",
"default-features": false,
"features": [
"gui",
"widgets"
]
},
"qtdeclarative",
"secp256k1",
"simpleini",
"sqlite3",
"tbb",
{
"name": "zeromq",
"features": [
"curve",
"sodium"
]
},
"zlib"
]
}