-
Notifications
You must be signed in to change notification settings - Fork 1
/
vcpkg.json
44 lines (44 loc) · 905 Bytes
/
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
{
"name": "simple-ftp",
"version-string": "0.8.0",
"dependencies": [
{
"name": "boost-asio",
"version>=": "1.81.0#1"
},
{
"name": "boost-thread",
"version>=": "1.81.0#1"
},
{
"name": "boost-format",
"version>=": "1.81.0#1"
},
{
"name": "boost-locale",
"version>=": "1.81.0#1"
},
{
"name": "wxwidgets",
"version>=": "3.2.1#4"
}
],
"overrides": [
{
"name": "boost-asio", "version": "1.81.0", "port-version": 1
},
{
"name": "boost-thread", "version": "1.81.0", "port-version": 1
},
{
"name": "boost-format", "version": "1.81.0", "port-version": 1
},
{
"name": "boost-locale", "version": "1.81.0", "port-version": 1
},
{
"name": "wxwidgets", "version": "3.2.1", "port-version": 4
}
],
"builtin-baseline": "8e986ec51ae9728ff44b854390eef168f88ec687"
}