aboutsummaryrefslogtreecommitdiff
path: root/ports/libcrafter/vcpkg.json
blob: 0f774a171abe7465d7bc4d84b88e1358507aba76 (plain)
1
2
3
4
5
6
7
8
9
10
{
  "name": "libcrafter",
  "version": "1.0",
  "description": "Libcrafter is a high level library for C++ designed to create and decode network packets.",
  "homepage": "https://github.com/pellegre/libcrafter",
  "supports": "!windows",
  "dependencies": [
    "libpcap"
  ]
}