mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 01:19:06 +08:00
924ad6ad6c
* [usockets] Updated to version 0.7.1 * [usockets] Updated to version 0.7.1 * [usockets] Updated to version 0.7.1 * [usockets] Updated to version 0.7.1 * Diff patch applied * Version DB update
27 lines
603 B
JSON
27 lines
603 B
JSON
{
|
|
"name": "usockets",
|
|
"version": "0.7.1",
|
|
"description": "Miniscule cross-platform eventing, networking & crypto for async applications",
|
|
"homepage": "https://github.com/uNetworking/uSockets",
|
|
"dependencies": [
|
|
"libuv"
|
|
],
|
|
"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"
|
|
]
|
|
}
|
|
}
|
|
}
|