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

{
    "name": "cl-string-case",
    "portdir": "lisp/cl-string-case",
    "version": "20180718",
    "license": "BSD",
    "platforms": "any",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/pkhuong/string-case",
    "description": "string-case is a macro that generates specialised decision trees to dispatch on string equality",
    "long_description": "string-case is a macro that generates specialised decision trees to dispatch on string equality",
    "active": true,
    "categories": [
        "devel",
        "lisp"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "abcl",
                "ccl",
                "clisp",
                "sbcl",
                "clang-17"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "cl-hunchentoot-errors",
                "cl-serapeum"
            ]
        }
    ]
}