aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/netcpp/vcpkg.json
blob: 4d5bfc322b6b51c62f86b4031e2e10658817068f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "name": "netcpp",
  "version": "0.5.0",
  "description": "A simple asynchronous network library",
  "homepage": "https://github.com/index1207/netcpp",
  "license": "MIT",
  "supports": "windows | linux",
  "dependencies": [
    {
      "name": "liburing",
      "platform": "linux"
    },
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}