mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 15:19:07 +08:00
11 lines
278 B
JSON
11 lines
278 B
JSON
|
{
|
||
|
"name": "libcrafter",
|
||
|
"version": "1.0",
|
||
|
"description": "Libcrafter is a high level library for C++ designed to create and decode network packets.",
|
||
|
"homepage": "https://github.com/pellegre/libcrafter",
|
||
|
"supports": "!windows",
|
||
|
"dependencies": [
|
||
|
"libpcap"
|
||
|
]
|
||
|
}
|