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

{
    "name": "lldb-5.0",
    "portdir": "lang/llvm-5.0",
    "version": "5.0.2",
    "license": "NCSA",
    "platforms": "{darwin >= 13} {darwin < 21}",
    "epoch": 2,
    "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": [
        {
            "name": "jeremyhu",
            "github": "jeremyhu",
            "ports_count": 259
        }
    ],
    "variants": [
        "debug",
        "assertions",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "cmake",
                "swig-python",
                "doxygen"
            ]
        },
        {
            "type": "extract",
            "ports": [
                "xz"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "libcxx",
                "libomp",
                "zlib",
                "libxml2",
                "llvm-5.0",
                "libedit",
                "libffi",
                "ncurses"
            ]
        }
    ],
    "depends_on": []
}