aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/kissnet/vcpkg.json
blob: af0dc0a0b73b7fd31299393049e538915c657219 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "kissnet",
  "version-date": "2024-01-20",
  "description": "Keep It Simple Stupid NETwork - C++17 wrapping of your OS's native socket API",
  "homepage": "https://github.com/Ybalrid/kissnet",
  "license": "MIT",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}