aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/winpcap/vcpkg.json
blob: 7566e334dede60d3499b49ca328adf7dc9e12d57 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "name": "winpcap",
  "version": "4.1.3",
  "port-version": 12,
  "description": "WinPcap is the industry-standard tool for link-layer network access in Windows environments.",
  "homepage": "https://www.winpcap.org",
  "supports": "windows & !uwp & !arm & !static",
  "dependencies": [
    {
      "name": "vcpkg-msbuild",
      "host": true,
      "platform": "windows"
    }
  ]
}