vcpkg/ports/winpcap/vcpkg.json
2023-10-10 15:01:19 -07:00

16 lines
387 B
JSON

{
"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"
}
]
}