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

{
    "name": "cl-colors2",
    "portdir": "lisp/cl-colors2",
    "version": "0.6.1",
    "license": "Boost-1",
    "platforms": "any",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://codeberg.org/cage/cl-colors2",
    "description": "Simple color library for Common Lisp",
    "long_description": "Simple color library for Common Lisp",
    "active": true,
    "categories": [
        "devel",
        "lisp"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-17",
                "abcl",
                "ccl",
                "clisp",
                "sbcl"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "cl-alexandria",
                "cl-clunit2",
                "cl-parse-number",
                "cl-ppcre"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "build",
            "ports": [
                "nyxt"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "cl-nodgui",
                "cl-ansi-text"
            ]
        }
    ]
}