aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/sockpp/vcpkg.json
blob: 16dd575d0ee0628431706e466a9ef96857a9c492 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "sockpp",
  "version": "1.0.0",
  "port-version": 2,
  "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
    }
  ]
}