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

{
    "name": "doctest",
    "portdir": "devel/doctest",
    "version": "2.4.11",
    "license": "MIT",
    "platforms": "any",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/onqtam/doctest",
    "description": "Fast header-only C++ unit testing",
    "long_description": "doctest is a light and feature-rich C++98 / C++11 single-header testing framework for unit tests and TDD.",
    "active": true,
    "categories": [
        "devel"
    ],
    "maintainers": [
        {
            "name": "nickblack",
            "github": "dankamongmen",
            "ports_count": 3
        }
    ],
    "variants": [
        "debug"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "cmake",
                "clang-16"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "build",
            "ports": [
                "notcurses"
            ]
        }
    ]
}