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

{
    "name": "ecl",
    "portdir": "lang/ecl",
    "version": "24.5.10",
    "license": "GPL-2+",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://ecl.common-lisp.dev/",
    "description": "Embeddable Common Lisp",
    "long_description": "ECL (Embeddable Common Lisp) is an interpreter of the Common Lisp language as described in the X3J13 ANSI specification, featuring CLOS (Common Lisp Object System), conditions, loops, etc, plus a translator to C, which can produce standalone executables.",
    "active": true,
    "categories": [
        "lang"
    ],
    "maintainers": [
        {
            "name": "easieste",
            "github": "easye",
            "ports_count": 15
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-17"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "boehmgc",
                "gmp",
                "libatomic_ops"
            ]
        },
        {
            "type": "run",
            "ports": [
                "clang-17"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "build",
            "ports": [
                "cl-trivial-features-tests"
            ]
        }
    ]
}