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

{
    "name": "lldb-15",
    "portdir": "lang/llvm-15",
    "version": "15.0.7",
    "license": "NCSA",
    "platforms": "{darwin >= 18}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://lldb.llvm.org/",
    "description": "the LLVM debugger",
    "long_description": "lldb is the LLVM native debugger.",
    "active": true,
    "categories": [
        "lang"
    ],
    "maintainers": [],
    "variants": [
        "debug",
        "tests",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py311-yaml",
                "cctools",
                "cmake",
                "swig-python",
                "doxygen",
                "clang-13",
                "python311",
                "py311-pygments"
            ]
        },
        {
            "type": "extract",
            "ports": [
                "xz"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "xar",
                "zlib",
                "libedit",
                "libffi",
                "ncurses",
                "libcxx",
                "llvm-15",
                "clang-15",
                "python311"
            ]
        },
        {
            "type": "run",
            "ports": [
                "lldb_select"
            ]
        }
    ],
    "depends_on": []
}