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

{
    "name": "aspnetcore-runtime-devel",
    "portdir": "dotnet/aspnetcore-runtime-devel",
    "version": "9.0.0-preview.6.24328.4",
    "license": "MIT",
    "platforms": "{darwin any} {darwin >= 21}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://dotnet.microsoft.com/",
    "description": "ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.",
    "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": 573
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-17"
            ]
        },
        {
            "type": "run",
            "ports": [
                "dotnet-cli",
                "dotnet-runtime-devel"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "run",
            "ports": [
                "dotnet-sdk-devel"
            ]
        }
    ]
}