mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 09:19:00 +08:00
374023bdbb
* fix libpcap * update version * DISABLE_PARALLEL_CONFIGURE * update git-tree --------- Co-authored-by: Monica <v-liumonica@microsoft.com>
16 lines
326 B
JSON
16 lines
326 B
JSON
{
|
|
"name": "libpcap",
|
|
"version-semver": "1.10.4",
|
|
"port-version": 1,
|
|
"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
|
|
}
|
|
]
|
|
}
|