11 lines
299 B
JSON
Executable file
11 lines
299 B
JSON
Executable file
{
|
|
"name": "libcrafter",
|
|
"version": "1.0",
|
|
"port-version": 2,
|
|
"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"
|
|
]
|
|
}
|