forked from microsoft/vcpkg
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvcpkg.json
More file actions
39 lines (39 loc) · 818 Bytes
/
vcpkg.json
File metadata and controls
39 lines (39 loc) · 818 Bytes
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
{
"name": "wolfssl",
"version": "5.9.1",
"description": "TLS and Cryptographic library for many platforms",
"homepage": "https://wolfssl.com",
"license": "GPL-3.0-or-later",
"supports": "!uwp",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
},
{
"name": "vcpkg-cmake-get-vars",
"host": true
}
],
"features": {
"asio": {
"description": "Enable asio support"
},
"curve25519": {
"description": "Enables Curve25519 support"
},
"dtls": {
"description": "DTLS support"
},
"quic": {
"description": "Enable quic support"
},
"secret-callback": {
"description": "Enables callback to provide TLS keys for debugging"
}
}
}