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

{
    "name": "bcunit",
    "portdir": "devel/bcunit",
    "version": "5.3.36",
    "license": "LGPL-2",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/BelledonneCommunications/bcunit",
    "description": "This is BCUnit, a fork of the defunct project CUnit",
    "long_description": "This is BCUnit, a fork of the defunct project CUnit with several fixes and patches applied. CUnit is a Unit testing framework for C. It's lightweight system for writing, administering, and running unit tests in C",
    "active": true,
    "categories": [
        "devel"
    ],
    "maintainers": [
        {
            "name": "judaew",
            "github": "judaew",
            "ports_count": 537
        }
    ],
    "variants": [
        "debug",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "cmake",
                "clang-16"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "build",
            "ports": [
                "bctoolbox",
                "bzrtp"
            ]
        }
    ]
}