GET /api/v1/ports/py-dpkt/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "py-dpkt",
"portdir": "python/py-dpkt",
"version": "1.9.8",
"license": "BSD",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://kbandla.github.io/dpkt/",
"description": "python packet creation and parsing library",
"long_description": "dpkt provides fast, simple packet creation and parsing for python programs, with definitions for the basic TCP/IP protocols.",
"active": true,
"categories": [
"net",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
},
{
"type": "lib",
"ports": [
"py311-dpkt"
]
}
],
"depends_on": []
}