vcpkg/ports/winpcap/vcpkg.json
Alexander Neumann e5ce4b6244
[winpcap] msbuild (#33144)
* [winpcap] msbuild

* v db
2023-08-15 16:41:33 -07:00

16 lines
363 B
JSON

{
"name": "winpcap",
"version": "4.1.3",
"port-version": 11,
"description": "WinPcap is the industry-standard tool for link-layer network access in Windows environments.",
"homepage": "https://www.winpcap.org",
"supports": "windows",
"dependencies": [
{
"name": "vcpkg-msbuild",
"host": true,
"platform": "windows"
}
]
}