vcpkg/ports/pcapplusplus/vcpkg.json

27 lines
584 B
JSON

{
"name": "pcapplusplus",
"version": "24.9",
"description": "PcapPlusPlus is a multi-platform C++ library for capturing, parsing and crafting of network packets",
"homepage": "https://github.com/seladb/PcapPlusPlus",
"documentation": "https://pcapplusplus.github.io",
"license": null,
"dependencies": [
{
"name": "libpcap",
"platform": "!windows"
},
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
},
{
"name": "winpcap",
"platform": "windows"
}
]
}