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

{
    "name": "dotnet-runtime-devel",
    "portdir": "dotnet/dotnet-runtime-devel",
    "version": "9.0.0-preview.6.24327.7",
    "license": "MIT",
    "platforms": "{darwin any} {darwin >= 21}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://dotnet.microsoft.com/",
    "description": ".NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.",
    "long_description": ".NET is a free, cross-platform, open source developer platform for building many different types of applications. With .NET, you can use multiple languages, editors, and libraries to build for web, mobile, desktop, games, and IoT.",
    "active": true,
    "categories": [
        "dotnet"
    ],
    "maintainers": [
        {
            "name": "tair.sabirgaliev",
            "github": "tsabirgaliev",
            "ports_count": 19
        },
        {
            "name": "judaew",
            "github": "judaew",
            "ports_count": 569
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-17"
            ]
        },
        {
            "type": "run",
            "ports": [
                "dotnet-cli"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "run",
            "ports": [
                "aspnetcore-runtime-devel",
                "dotnet-sdk-devel"
            ]
        }
    ]
}