GET /api/v1/ports/ortp/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "name": "ortp",
    "portdir": "devel/ortp",
    "version": "5.2.16",
    "license": "GPL-3",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/BelledonneCommunications/ortp",
    "description": "A Real-time Transport Protocol (RTP) library",
    "long_description": "oRTP is a C library implementing the RTP protocol (rfc3550). It is available for most unix clones (primilarly Linux and HP-UX), and Microsoft Windows.",
    "active": true,
    "categories": [
        "devel"
    ],
    "maintainers": [],
    "variants": [
        "debug",
        "docs",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "cmake",
                "clang-15"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "bctoolbox"
            ]
        }
    ],
    "depends_on": []
}