GET /api/v1/ports/p5.30-net-frame/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "name": "p5.30-net-frame",
    "portdir": "perl/p5-net-frame",
    "version": "1.210.0",
    "license": "Artistic-1",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://metacpan.org/pod/Net::Frame",
    "description": "framework for crafting network packets",
    "long_description": "Net::Frame is a framework for crafting network packets. It comes with a set of basic layers (e.g. Net::Frame::Layer::TCP). The different layer subclasses handle encoding and decoding of the given layer. It allows one to construct a protocol stack from the top to bottom layers and then inject those packets into the network for communication with other devices that talk the same protocol.",
    "active": true,
    "categories": [
        "perl"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "p5.30-module-build",
                "clang-14"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "p5.30-class-gomor",
                "perl5.30",
                "p5.30-socket6",
                "p5.30-net-ipv6addr",
                "p5.30-bit-vector"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "p5.30-net-frame-dump",
                "p5.30-net-frame-layer-icmpv6",
                "p5.30-net-frame-layer-ipv6",
                "p5.30-net-frame-simple"
            ]
        }
    ]
}