aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libtins/vcpkg.json
blob: 8dcb5c09e2e6e62f7298da2acb737f3aa5d59756 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "name": "libtins",
  "version": "4.5",
  "description": "High-level, multiplatform C++ network packet sniffing and crafting library",
  "license": "BSD-2-Clause",
  "supports": "!uwp",
  "dependencies": [
    "boost-any",
    "boost-icl",
    "libpcap",
    "openssl",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}