mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2024-12-12 05:38:23 -05:00
15 lines
297 B
JSON
15 lines
297 B
JSON
|
{
|
||
|
"name": "libpcap",
|
||
|
"version-semver": "1.10.1",
|
||
|
"port-version": 1,
|
||
|
"description": "A portable C/C++ library for network traffic capture",
|
||
|
"homepage": "https://www.tcpdump.org/",
|
||
|
"supports": "!uwp",
|
||
|
"dependencies": [
|
||
|
{
|
||
|
"name": "vcpkg-cmake",
|
||
|
"host": true
|
||
|
}
|
||
|
]
|
||
|
}
|