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

{
    "name": "bzrtp",
    "portdir": "devel/bzrtp",
    "version": "5.2.16",
    "license": "(GPL-3 or Commercial)",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/BelledonneCommunications/bzrtp",
    "description": "Open source implementation of ZRTP keys exchange protocol",
    "long_description": "BZRTP is an opensource implementation of ZRTP keys exchange protocol. The library written in C89 is fully portable and can be executed on many platforms including both ARM processor and x86.",
    "active": true,
    "categories": [
        "devel"
    ],
    "maintainers": [],
    "variants": [
        "debug",
        "docs",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "cmake",
                "bcunit",
                "clang-15"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "sqlite3",
                "libxml2",
                "bctoolbox"
            ]
        }
    ],
    "depends_on": []
}