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

{
    "name": "chicken",
    "portdir": "lang/chicken",
    "version": "5.3.0",
    "license": "BSD and public-domain",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://www.call-cc.org/",
    "description": "Compiler for the Scheme programming language",
    "long_description": "Chicken produces portable, efficient C, supports almost all of the current Scheme language standard, the Revised5 Report on the Algorithmic Language Scheme (R5RS), and includes many enhancements and extensions.",
    "active": true,
    "categories": [
        "lang",
        "scheme"
    ],
    "maintainers": [],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-15"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "swig-chicken",
                "swig3-chicken"
            ]
        }
    ]
}