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

{
    "name": "streamlink",
    "portdir": "multimedia/streamlink",
    "version": "6.7.3",
    "license": "BSD",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://streamlink.github.io",
    "description": "a CLI utility which pipes video streams into a video player",
    "long_description": "streamlink is a CLI utility which pipes video streams from various services into a video player, such as VLC. The main purpose of streamlink is to avoid resource-heavy and unoptimized websites, while still allowing the user to enjoy various streamed content.",
    "active": true,
    "categories": [
        "net",
        "multimedia"
    ],
    "maintainers": [],
    "variants": [
        "ffmpeg"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-16",
                "py312-build",
                "py312-installer",
                "py312-setuptools",
                "py312-wheel"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "py312-country",
                "py312-exceptiongroup",
                "py312-pycryptodome",
                "py312-trio",
                "py312-socks",
                "py312-isodate",
                "py312-websocket-client",
                "py312-trio-websocket",
                "python312",
                "py312-certifi",
                "py312-urllib3",
                "py312-requests",
                "py312-lxml"
            ]
        },
        {
            "type": "run",
            "ports": [
                "ffmpeg"
            ]
        }
    ],
    "depends_on": []
}