mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 23:59:37 +08:00
12 lines
299 B
JSON
12 lines
299 B
JSON
{
|
|
"name": "libcrafter",
|
|
"version": "1.0",
|
|
"port-version": 1,
|
|
"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"
|
|
]
|
|
}
|