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

{
    "name": "4th",
    "portdir": "lang/4th",
    "version": "3.64.1",
    "license": "LGPL-3",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://thebeez.home.xs4all.nl/4tH/",
    "description": "very small Forth compiler",
    "long_description": "4tH is a very small Forth compiler that can create bytecode, C-embeddable bytecode, standalone executables, but also works fine as a scripting language. It supports over 85% of the ANS Forth CORE wordset and features conditional compilation, pipes, files, assertions, forward declarations, recursion, include files, etc.",
    "active": true,
    "categories": [
        "lang"
    ],
    "maintainers": [
        {
            "name": "ctreleaven",
            "github": "ctreleaven",
            "ports_count": 43
        }
    ],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-14"
            ]
        }
    ],
    "depends_on": []
}