vcpkg/ports/libtins/vcpkg.json
Jack·Boos·Yu ec79067966
[libtins] Fix usage (#22820)
* [libtins] Fix usage

* version
2022-01-31 11:58:13 -08:00

23 lines
428 B
JSON

{
"name": "libtins",
"version": "4.3",
"port-version": 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
}
]
}