vcpkg/ports/libtins/vcpkg.json
2021-11-29 16:44:14 -08:00

23 lines
420 B
JSON

{
"name": "libtins",
"version-string": "4.3",
"port-version": 3,
"description": "High-level, multiplatform C++ network packet sniffing and crafting library",
"dependencies": [
"boost-any",
"boost-icl",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
},
{
"name": "winpcap",
"platform": "windows"
}
]
}