mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-29 11:41:36 +08:00
31 lines
600 B
JSON
31 lines
600 B
JSON
{
|
|
"name": "usockets",
|
|
"version": "0.8.8",
|
|
"port-version": 2,
|
|
"description": "Miniscule cross-platform eventing, networking & crypto for async applications",
|
|
"homepage": "https://github.com/uNetworking/uSockets",
|
|
"license": "Apache-2.0",
|
|
"dependencies": [
|
|
{
|
|
"name": "libuv",
|
|
"platform": "windows"
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"ssl": {
|
|
"description": "Enable SSL support",
|
|
"dependencies": [
|
|
"openssl"
|
|
]
|
|
}
|
|
}
|
|
}
|