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

{
    "name": "cl-change-case",
    "portdir": "lisp/cl-change-case",
    "version": "0.2.0",
    "license": "LLGPL",
    "platforms": "any",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/rudolfochrist/cl-change-case",
    "description": "Convert strings between camelCase, param-case, PascalCase and more",
    "long_description": "Convert strings between camelCase, param-case, PascalCase and more",
    "active": true,
    "categories": [
        "devel",
        "lisp"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clisp",
                "sbcl",
                "clang-17",
                "abcl",
                "ccl"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "cl-ppcre",
                "cl-fiveam",
                "cl-ppcre-unicode"
            ]
        },
        {
            "type": "test",
            "ports": [
                "cl-fiveam"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "cl-str"
            ]
        }
    ]
}