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

{
    "name": "mrustc",
    "portdir": "lang/mrustc",
    "version": "1.54-20231219",
    "license": "MIT",
    "platforms": "darwin",
    "epoch": 1,
    "replaced_by": null,
    "homepage": "https://github.com/thepowersgang/mrustc",
    "description": "Alternative implementation of Rust",
    "long_description": "In-progress alternative rust compiler. Capable of building a fully-working copy of rustc, but not suitable for everyday use (due to inadequate error messages).",
    "active": true,
    "categories": [
        "devel",
        "lang"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-17"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "zlib"
            ]
        },
        {
            "type": "run",
            "ports": [
                "clang-17"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "build",
            "ports": [
                "mrustc-rust"
            ]
        }
    ]
}