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

{
    "name": "lua54-fennel",
    "portdir": "lua/lua-fennel",
    "version": "1.3.1-1",
    "license": "MIT",
    "platforms": "any",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://fennel-lang.org/",
    "description": "a lisp that compiles to Lua",
    "long_description": "Fennel is a lisp that compiles to Lua.",
    "active": true,
    "categories": [
        "lang",
        "lua"
    ],
    "maintainers": [
        {
            "name": "l2dy",
            "github": "l2dy",
            "ports_count": 96
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "lua54-luarocks",
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "lua54"
            ]
        },
        {
            "type": "run",
            "ports": [
                "fennel_select",
                "lua-fennel-docs"
            ]
        }
    ],
    "depends_on": []
}