mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 04:43:18 +08:00
15 lines
305 B
JSON
15 lines
305 B
JSON
{
|
|
"name": "libpcap",
|
|
"version-semver": "1.10.5",
|
|
"description": "A portable C/C++ library for network traffic capture",
|
|
"homepage": "https://www.tcpdump.org/",
|
|
"license": "BSD-3-Clause",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|