yuzu/externals/vcpkg/ports/pcapplusplus/vcpkg.json

26 lines
538 B
JSON
Executable File

{
"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"
}
]
}