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

{
    "name": "cl-uax-15",
    "portdir": "lisp/cl-uax-15",
    "version": "0.1.3",
    "license": "MIT",
    "platforms": "any",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/sabracrolleton/uax-15",
    "description": "Common lisp implementation of unicode normalization functions",
    "long_description": "Common lisp implementation of unicode normalization functions",
    "active": true,
    "categories": [
        "devel",
        "lisp"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-17",
                "ccl",
                "clisp",
                "sbcl",
                "abcl"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "cl-split-sequence",
                "cl-parachute",
                "cl-ppcre"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "cl-postgres"
            ]
        }
    ]
}