aboutsummaryrefslogtreecommitdiff
path: root/ports/sockpp/vcpkg.json
blob: d17daad6d06e20f390b0028b98d14d49cf0b8054 (plain)
1
2
3
4
5
6
7
8
{
  "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"
}