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

{
    "name": "cl-nasdf",
    "portdir": "lisp/cl-nasdf",
    "version": "20230923",
    "license": "BSD",
    "platforms": "any",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/atlas-engineer/ntemplate",
    "description": "ASDF helpers for system setup, testing and installation.",
    "long_description": "ASDF helpers for system setup, testing and installation.",
    "active": true,
    "categories": [
        "devel",
        "lisp"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "abcl",
                "ccl",
                "clisp",
                "sbcl",
                "clang-17"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "build",
            "ports": [
                "nyxt"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "cl-history-tree",
                "cl-nclasses",
                "cl-nhooks",
                "cl-njson",
                "cl-nkeymaps",
                "cl-nsymbols"
            ]
        }
    ]
}