mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 07:19:24 +08:00
2934628a0e
* replace string LIBTINS_CMAKE_DIR with CMAKE_CURRENT_LIST_DIR * bump port version * Update versions/l-/libtins.json Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
23 lines
428 B
JSON
23 lines
428 B
JSON
{
|
|
"name": "libtins",
|
|
"version": "4.3",
|
|
"port-version": 6,
|
|
"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
|
|
}
|
|
]
|
|
}
|