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

{
    "name": "cl-metacopy",
    "portdir": "lisp/cl-metacopy",
    "version": "20230812",
    "license": "MIT",
    "platforms": "any",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/hraban/metacopy",
    "description": "flexibly shallow/deep copying library for Common Lisp",
    "long_description": "flexibly shallow/deep copying library for Common Lisp",
    "active": true,
    "categories": [
        "devel",
        "lisp"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-17",
                "ccl",
                "clisp",
                "sbcl",
                "abcl"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "cl-moptilities",
                "cl-contextl",
                "cl-lift"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "cl-containers"
            ]
        },
        {
            "type": "test",
            "ports": [
                "cl-metatilities"
            ]
        }
    ]
}