mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-03 10:29:01 +08:00
23 lines
420 B
JSON
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"
|
|
}
|
|
]
|
|
}
|