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

{
    "name": "libmatroska",
    "portdir": "multimedia/libmatroska",
    "version": "1.7.1",
    "license": "LGPL-2.1+",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://www.matroska.org",
    "description": "Matroska is an extensible open standard audio/video container format.",
    "long_description": "Matroska is an extensible open standard audio/video container format. This library is there to support this format and has been written by the Matroska project team.",
    "active": true,
    "categories": [
        "multimedia"
    ],
    "maintainers": [
        {
            "name": "ryandesign",
            "github": "ryandesign",
            "ports_count": 1709
        }
    ],
    "variants": [
        "debug",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "cmake",
                "clang-14"
            ]
        },
        {
            "type": "extract",
            "ports": [
                "xz"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "libebml"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "VLC2",
                "libVLC2",
                "mkvtoolnix",
                "mkvtoolnix-devel"
            ]
        }
    ]
}