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

{
    "name": "cl-prove",
    "portdir": "lisp/cl-prove",
    "version": "20191231",
    "license": "MIT",
    "platforms": "any",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/fukamachi/prove",
    "description": "Yet another unit testing framework for Common Lisp",
    "long_description": "Yet another unit testing framework for Common Lisp",
    "active": true,
    "categories": [
        "devel",
        "lisp"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-17",
                "abcl",
                "ccl",
                "clisp",
                "sbcl"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "cl-ppcre",
                "cl-alexandria",
                "cl-split-sequence",
                "cl-ansi-text",
                "cl-colors"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "cl-assoc-utils",
                "cl-cookie",
                "cl-fast-http",
                "cl-http-body",
                "cl-lack",
                "cl-legion",
                "cl-locale",
                "cl-proc-parse",
                "cl-quri",
                "cl-smart-buffer",
                "cl-xsubseq"
            ]
        }
    ]
}