mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 03:17:16 +08:00
d1135a5fe2
* Update PcapPlusPlus * Run `x-add-version` * Update ports/pcapplusplus/vcpkg.json Co-authored-by: Thomas1664 <46387399+Thomas1664@users.noreply.github.com> * update version * update version * update version Co-authored-by: Thomas1664 <46387399+Thomas1664@users.noreply.github.com> Co-authored-by: Jonliu1993 <13720414433@163.com>
26 lines
538 B
JSON
26 lines
538 B
JSON
{
|
|
"name": "pcapplusplus",
|
|
"version-string": "22.05",
|
|
"description": "PcapPlusPlus is a multi-platform C++ library for capturing, parsing and crafting of network packets",
|
|
"homepage": "https://github.com/seladb/PcapPlusPlus",
|
|
"license": null,
|
|
"dependencies": [
|
|
{
|
|
"name": "libpcap",
|
|
"platform": "!windows"
|
|
},
|
|
{
|
|
"name": "pthreads",
|
|
"platform": "windows"
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "winpcap",
|
|
"platform": "windows"
|
|
}
|
|
]
|
|
}
|