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

{
    "name": "cl-enchant",
    "portdir": "lisp/cl-enchant",
    "version": "2021.11",
    "license": "public-domain",
    "platforms": "any",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/tlikonen/cl-enchant",
    "description": "Programming interface for Enchant spell-checker library for Common Lisp.",
    "long_description": "Programming interface for Enchant spell-checker library for Common Lisp.",
    "active": true,
    "categories": [
        "devel",
        "lisp"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "ccl",
                "sbcl",
                "clang-17",
                "abcl",
                "clisp"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "cl-cffi",
                "enchant2"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "build",
            "ports": [
                "nyxt"
            ]
        }
    ]
}