mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 12:25:33 +08:00
0508fb44dd
* [usockets] Update to 0.8.5 * x-add-version
32 lines
691 B
JSON
32 lines
691 B
JSON
{
|
|
"name": "usockets",
|
|
"version": "0.8.5",
|
|
"description": "Miniscule cross-platform eventing, networking & crypto for async applications",
|
|
"homepage": "https://github.com/uNetworking/uSockets",
|
|
"license": "Apache-2.0",
|
|
"dependencies": [
|
|
"libuv",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"event": {
|
|
"description": "Build usockets with epoll support"
|
|
},
|
|
"network": {
|
|
"description": "Build usockets with winsock support",
|
|
"dependencies": [
|
|
"winsock2"
|
|
]
|
|
},
|
|
"ssl": {
|
|
"description": "Build usockets with openssl support",
|
|
"dependencies": [
|
|
"openssl"
|
|
]
|
|
}
|
|
}
|
|
}
|