-
Notifications
You must be signed in to change notification settings - Fork 14
/
vcpkg.json
46 lines (46 loc) · 882 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
45
46
{
"name": "ziti",
"version-semver": "1.0.0",
"dependencies": [
"libuv",
"openssl",
"zlib",
"llhttp",
"libsodium",
"json-c",
"protobuf-c"
],
"features": {
"test": {
"description": "Dependencies for testing",
"dependencies": [
{
"version>=": "3.3.1",
"name": "catch2"
}
]
},
"samples": {
"description": "Dependencies for samples",
"dependencies": [
{
"name": "getopt-win32",
"platform": "windows"
},
{
"name": "cli11"
}
]
},
"dev-features": {
"description": "features for development",
"dependencies": [
{
"name": "ziti",
"features": [ "test", "samples" ]
}
]
}
},
"builtin-baseline": "3508985146f1b1d248c67ead13f8f54be5b4f5da"
}