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

{
    "name": "bctoolbox",
    "portdir": "devel/bctoolbox",
    "version": "5.2.16",
    "license": "GPL-3",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/BelledonneCommunications/bctoolbox",
    "description": "A library written in C that allows you to create and run audio and video streams. Utilities library used by Belledonne Communications softwares like belle-sip, mediastreamer2 and liblinphone.",
    "long_description": "A library written in C that allows you to create and run audio and video streams. Utilities library used by Belledonne Communications softwares like belle-sip, mediastreamer2 and liblinphone.",
    "active": true,
    "categories": [
        "devel",
        "multimedia"
    ],
    "maintainers": [],
    "variants": [
        "debug",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "cmake",
                "bcunit",
                "clang-15"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "mbedtls",
                "libiconv"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "bzrtp",
                "ortp"
            ]
        }
    ]
}