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

{
    "name": "elk",
    "portdir": "lang/elk",
    "version": "3.99.8",
    "license": "Permissive",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://web.archive.org/web/20240321110425/http://sam.zoy.org/elk/",
    "description": "Scheme Extension Language Kit",
    "long_description": "Elk (the Extension Language Kit) is an implementation of the Scheme programming language. It can be used as a standalone Scheme interpreter, or as an embeddable, reusable extension language subsystem for applications written in C or C++ through the libelk library.",
    "active": true,
    "categories": [
        "lang"
    ],
    "maintainers": [],
    "variants": [
        "x11",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-16"
            ]
        }
    ],
    "depends_on": []
}