mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 12:41:38 +08:00
43773b7610
* update sockpp * update version * Use the upstream config files * update git-tree --------- Co-authored-by: Monica <v-liumonica@microsoft.com>
19 lines
529 B
JSON
19 lines
529 B
JSON
{
|
|
"name": "sockpp",
|
|
"version": "0.8.1",
|
|
"description": "Simple, modern, C++ socket library. This is a fairly low-level C++ wrapper around the Berkeley sockets library using socket, acceptor, and connector classes that are familiar concepts from other languages.",
|
|
"homepage": "https://github.com/fpagliughi/sockpp",
|
|
"license": "BSD-3-Clause",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|