mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 01:09:07 +08:00
14 lines
284 B
JSON
14 lines
284 B
JSON
|
{
|
||
|
"name": "libpcap",
|
||
|
"version-semver": "1.10.1",
|
||
|
"description": "A portable C/C++ library for network traffic capture",
|
||
|
"homepage": "https://www.tcpdump.org/",
|
||
|
"supports": "!(uwp | osx)",
|
||
|
"dependencies": [
|
||
|
{
|
||
|
"name": "vcpkg-cmake",
|
||
|
"host": true
|
||
|
}
|
||
|
]
|
||
|
}
|