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

{
    "name": "cmark",
    "portdir": "devel/cmark",
    "version": "0.30.3",
    "license": "BSD",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/commonmark/cmark",
    "description": "shared library with functions for parsing CommonMark documents",
    "long_description": "shared library (libcmark) with functions for parsing CommonMark documents to an abstract syntax tree (AST), manipulating the AST, and rendering the document to HTML, groff man, LaTeX, CommonMark, or an XML representation of the AST.",
    "active": true,
    "categories": [
        "devel"
    ],
    "maintainers": [],
    "variants": [
        "debug",
        "buildtests",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "cmake",
                "clang-17"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "mkvtoolnix-legacy",
                "Aseprite",
                "mkvtoolnix",
                "mkvtoolnix-devel",
                "nheko"
            ]
        }
    ]
}