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

{
    "name": "cbmbasic",
    "portdir": "lang/cbmbasic",
    "version": "1.0",
    "license": "BSD",
    "platforms": "darwin freebsd linux",
    "epoch": 1,
    "replaced_by": null,
    "homepage": "http://cbmbasic.sourceforge.net/",
    "description": "Commodore BASIC",
    "long_description": "This is a 100% compatible version of Commodore's version of Microsoft BASIC 6502 as found on the Commodore 64. You can use it in interactive mode or pass a BASIC file as a command line parameter.",
    "active": true,
    "categories": [
        "lang"
    ],
    "maintainers": [],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-9.0"
            ]
        }
    ],
    "depends_on": []
}