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

{
    "name": "dmd-tools",
    "portdir": "lang/dmd-tools",
    "version": "2.088.0",
    "license": "Boost-1",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://dlang.org/",
    "description": "Ancilliary tools for the D programming language compiler",
    "long_description": "D is a language with C-like syntax and static typing. It pragmatically combines efficiency, control, and modeling power, with safety and programmer productivity. This port provides the ancilliary tools for the D programming language compiler.",
    "active": true,
    "categories": [
        "lang"
    ],
    "maintainers": [],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-17"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "phobos",
                "curl"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "dub"
            ]
        }
    ]
}