mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 23:19:09 +08:00
15 lines
291 B
JSON
15 lines
291 B
JSON
|
{
|
||
|
"name": "libtins",
|
||
|
"version-string": "4.3",
|
||
|
"port-version": 1,
|
||
|
"description": "High-level, multiplatform C++ network packet sniffing and crafting library",
|
||
|
"dependencies": [
|
||
|
"boost-any",
|
||
|
"boost-icl",
|
||
|
{
|
||
|
"name": "winpcap",
|
||
|
"platform": "windows"
|
||
|
}
|
||
|
]
|
||
|
}
|