mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 00:49:01 +08:00
16 lines
387 B
JSON
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"
|
|
}
|
|
]
|
|
}
|