GET /api/v1/ports/cl-lisp-unit2/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "name": "cl-lisp-unit2",
    "portdir": "lisp/cl-lisp-unit2",
    "version": "0.9.4",
    "license": "MIT",
    "platforms": "any",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/AccelerationNet/lisp-unit2",
    "description": "Common Lisp library that supports unit testing.",
    "long_description": "Common Lisp library that supports unit testing.",
    "active": true,
    "categories": [
        "devel",
        "lisp"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-17",
                "abcl",
                "ccl",
                "clisp",
                "sbcl"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "cl-iterate",
                "cl-interpol",
                "cl-symbol-munger",
                "cl-alexandria"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "cl-nfiles",
                "cl-nhooks",
                "cl-njson",
                "cl-nkeymaps",
                "cl-nsymbols",
                "cl-prompter",
                "cl-collectors",
                "cl-history-tree",
                "cl-nclasses",
                "cl-access"
            ]
        },
        {
            "type": "test",
            "ports": [
                "cl-symbol-munger",
                "cl-nhooks",
                "cl-nsymbols",
                "cl-nfiles",
                "cl-prompter",
                "cl-ndebug",
                "cl-history-tree"
            ]
        }
    ]
}