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

{
    "name": "bochs",
    "portdir": "emulators/bochs",
    "version": "2.6.11",
    "license": "LGPL-2.1+",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://bochs.sourceforge.net/",
    "description": "cross platform x86 and x86_64 emulator",
    "long_description": "Bochs is a highly portable open source x86 and x86_64 PC emulator written in C++, that runs on most popular platforms. It emulates the Intel x86 CPU, common I/O devices, and a custom BIOS.",
    "active": true,
    "categories": [
        "emulators"
    ],
    "maintainers": [
        {
            "name": "",
            "github": "Nax",
            "ports_count": 3
        }
    ],
    "variants": [
        "debugger",
        "smp",
        "gdbstub",
        "avx",
        "x11",
        "sdl",
        "sdl2",
        "term",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-9.0"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "gettext",
                "libsdl2",
                "ncurses",
                "readline"
            ]
        }
    ],
    "depends_on": []
}