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

{
    "name": "cl-ptester",
    "portdir": "lisp/cl-ptester",
    "version": "20160829.gitfe69fde",
    "license": "LLGPL",
    "platforms": "any",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://tracker.debian.org/pkg/cl-ptester",
    "description": "Test suite for Common Lisp programs",
    "long_description": "Test suite for Common Lisp programs",
    "active": true,
    "categories": [
        "devel",
        "lisp"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "abcl",
                "ccl",
                "clisp",
                "sbcl",
                "clang-17"
            ]
        },
        {
            "type": "extract",
            "ports": [
                "xz"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "cl-puri"
            ]
        },
        {
            "type": "test",
            "ports": [
                "cl-base64"
            ]
        }
    ]
}