mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 21:45:59 +08:00
cb7d3b4999
* [libuv] Update to 1.45.0 * [libuv] Update all consuming ports * [libuv] Update versions * resolve port SHA * Add port-version * update version * revert usockets.json --------- Co-authored-by: Zhao Liu <v-zhli17@microsoft.com>
33 lines
712 B
JSON
33 lines
712 B
JSON
{
|
|
"name": "usockets",
|
|
"version": "0.8.6",
|
|
"port-version": 1,
|
|
"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"
|
|
]
|
|
}
|
|
}
|
|
}
|