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

{
    "name": "oberon-risc",
    "portdir": "emulators/oberon-risc",
    "version": "20200818",
    "license": "BSD",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://www.projectoberon.net/",
    "description": "Project Oberon RISC system emulator",
    "long_description": "Project Oberon 2013 by Niklaus Wirth and Jürg Gutknecht is a lean and easily understandable desktop computer. This emulation by Peter De Wachter includes a disk image of the latest full system (note: make a scratch, writable copy)",
    "active": true,
    "categories": [
        "emulators"
    ],
    "maintainers": [
        {
            "name": "justin_flude",
            "github": "jflude",
            "ports_count": 4
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-17"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "libsdl2"
            ]
        }
    ],
    "depends_on": []
}