mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 06:09:08 +08:00
15 lines
349 B
JSON
15 lines
349 B
JSON
|
{
|
||
|
"name": "openvpn3",
|
||
|
"version-string": "3.4.1",
|
||
|
"port-version": 2,
|
||
|
"description": "a C++ class library that implements the functionality of an OpenVPN client, and is protocol-compatible with the OpenVPN 2.x branch.",
|
||
|
"dependencies": [
|
||
|
"asio",
|
||
|
"mbedtls",
|
||
|
{
|
||
|
"name": "tap-windows6",
|
||
|
"platform": "windows"
|
||
|
}
|
||
|
]
|
||
|
}
|