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

{
    "name": "cl-trivia",
    "portdir": "lisp/cl-trivia",
    "version": "20230302",
    "license": "LLGPL",
    "platforms": "any",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/guicho271828/trivia",
    "description": "Pattern Matcher Compatible with Optima",
    "long_description": "Pattern Matcher Compatible with Optima",
    "active": true,
    "categories": [
        "devel",
        "lisp"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "abcl",
                "ccl",
                "sbcl",
                "clang-17"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "cl-lisp-namespace",
                "cl-trivial-cltl2",
                "cl-fset",
                "cl-type-i",
                "cl-ppcre",
                "cl-cffi",
                "cl-iterate",
                "cl-closer-mop"
            ]
        },
        {
            "type": "test",
            "ports": [
                "cl-fare-quasiquote"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "build",
            "ports": [
                "nyxt"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "cl-fare-quasiquote",
                "cl-phos",
                "cl-serapeum",
                "cl-spinneret"
            ]
        },
        {
            "type": "test",
            "ports": [
                "cl-type-i"
            ]
        }
    ]
}