mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 12:10:53 +08:00
5dfb5ff680
* [libpcap] Fix incorrect library name in libpcap.pc of non-windows build * update version
16 lines
326 B
JSON
16 lines
326 B
JSON
{
|
|
"name": "libpcap",
|
|
"version-semver": "1.10.1",
|
|
"port-version": 3,
|
|
"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
|
|
}
|
|
]
|
|
}
|