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

{
    "name": "absent",
    "portdir": "devel/absent",
    "version": "2020.10.28",
    "license": "MIT",
    "platforms": "any",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/rvarago/absent",
    "description": "Small C++17 library meant to simplify the composition of nullable types in a generic, type-safe and declarative way.",
    "long_description": "Small C++17 library meant to simplify the composition of nullable types in a generic, type-safe and declarative way.",
    "active": true,
    "categories": [
        "devel"
    ],
    "maintainers": [
        {
            "name": "vital.had",
            "github": "barracuda156",
            "ports_count": 2558
        }
    ],
    "variants": [
        "debug"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "catch2",
                "cmake",
                "clang-17"
            ]
        },
        {
            "type": "test",
            "ports": [
                "catch2"
            ]
        }
    ],
    "depends_on": []
}