mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 03:19:01 +08:00
30876addcc
* [libtins] update to 4.5 * [libtins] update to 4.5
22 lines
407 B
JSON
22 lines
407 B
JSON
{
|
|
"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
|
|
}
|
|
]
|
|
}
|