mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 17:39:00 +08:00
4a5beaf42d
* [pcapplusplus] update to 23.09 * vcpkg: run x-add-version --all * Update ports/pcapplusplus/vcpkg.json Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com> * Update ports/pcapplusplus/portfile.cmake Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com> * Update ports/pcapplusplus/vcpkg.json Co-authored-by: Kai Pastor <dg0yt@darc.de> * Fix version with leading zero * Update pcapplusplus.json * pcapplusplus: update with review * Update pcapplusplus.json --------- Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com> Co-authored-by: Kai Pastor <dg0yt@darc.de>
27 lines
552 B
JSON
27 lines
552 B
JSON
{
|
|
"name": "pcapplusplus",
|
|
"version": "23.9",
|
|
"port-version": 1,
|
|
"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": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "winpcap",
|
|
"platform": "windows"
|
|
}
|
|
]
|
|
}
|