mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 21:29:08 +08:00
9 lines
373 B
JSON
9 lines
373 B
JSON
|
{
|
||
|
"name": "sockpp",
|
||
|
"version-string": "0.7",
|
||
|
"port-version": 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"
|
||
|
}
|