vcpkg/ports/sockpp/vcpkg.json
2022-03-28 13:38:29 -07:00

18 lines
500 B
JSON

{
"name": "sockpp",
"version": "0.7.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",
"supports": "!uwp",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}