mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-03 02:49:00 +08:00
5a54a4308e
* Fix source writes * Revise dependencies, switch to libpcap * Revise portfile * Enable libpcap on osx * Minor portfile updates * Update versions * Find pcap_static lib * Update versions
22 lines
399 B
JSON
22 lines
399 B
JSON
{
|
|
"name": "libtins",
|
|
"version": "4.3",
|
|
"port-version": 4,
|
|
"description": "High-level, multiplatform C++ network packet sniffing and crafting library",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
"boost-any",
|
|
"boost-icl",
|
|
"libpcap",
|
|
"openssl",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|