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

{
    "name": "cl-toot",
    "portdir": "lisp/cl-toot",
    "version": "20121120",
    "license": "BSD",
    "platforms": "any",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/gigamonkey/toot",
    "description": "A web server created by stripping down and reorganizing Edi Weitz's Hunchentoot",
    "long_description": "A web server created by stripping down and reorganizing Edi Weitz's Hunchentoot",
    "active": true,
    "categories": [
        "devel",
        "lisp"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "abcl",
                "ccl",
                "clisp",
                "sbcl",
                "clang-17"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "cl-flexi-streams",
                "cl-trivial-backtrace",
                "cl-chipz",
                "cl-fad",
                "cl-ppcre",
                "cl-plus-ssl",
                "cl-puri",
                "cl-usocket",
                "cl-md5",
                "cl-alexandria",
                "cl-base64",
                "cl-bordeaux-threads",
                "cl-chunga"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "cl-clack"
            ]
        },
        {
            "type": "test",
            "ports": [
                "cl-clack"
            ]
        }
    ]
}