aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/pcapplusplus/vcpkg.json
blob: 9fe7c7a1b99fa04e048a0ff83cfa461e8f15356d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
  "name": "pcapplusplus",
  "version": "25.5",
  "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",
  "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"
    }
  ]
}