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

{
    "name": "x48",
    "portdir": "emulators/x48",
    "version": "0.6.4",
    "license": "GPL-2",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://sourceforge.net/projects/x48.berlios/",
    "description": "HP48 calculator emulator",
    "long_description": "This emulator is capable of providing a faithful replication of the HP48. It also has a debugger for the saturn processor.",
    "active": true,
    "categories": [
        "math",
        "emulators"
    ],
    "maintainers": [
        {
            "name": "michael.klein",
            "github": "mklein-de",
            "ports_count": 16
        }
    ],
    "variants": [
        "roms",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "automake",
                "clang-9.0",
                "xorg-libXt",
                "autoconf",
                "pkgconfig"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "xorg-libXext",
                "readline"
            ]
        }
    ],
    "depends_on": []
}