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

{
    "name": "dosbox",
    "portdir": "emulators/dosbox",
    "version": "0.74",
    "license": "GPL-2+",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://dosbox.sourceforge.net/",
    "description": "DOS emulator featuring 386 realmode, filesystem, XMS, EMS",
    "long_description": "DOSBox is a DOS emulator supporting 286/386 realmode, directory file system, XMS/EMS and many sound cards. It can be configured to run a wide range of DOS games, from CGA/Tandy/PCjr classics up to games from the Quake era.",
    "active": true,
    "categories": [
        "emulators"
    ],
    "maintainers": [],
    "variants": [
        "debug"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-9.0",
                "autoconf",
                "automake",
                "libtool"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "libsdl_sound",
                "libsdl",
                "libsdl_net",
                "libpng"
            ]
        }
    ],
    "depends_on": []
}