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

{
    "name": "cmark-gfm",
    "portdir": "devel/cmark-gfm",
    "version": "0.29.0.gfm.13",
    "license": "BSD",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/github/cmark-gfm",
    "description": "GitHub's fork of cmark",
    "long_description": "cmark-gfm is an extended version of the C reference implementation of CommonMark, a rationalized version of Markdown syntax with a spec. This repository adds GitHub Flavored Markdown extensions to the upstream implementation, as defined in the spec.",
    "active": true,
    "categories": [
        "devel"
    ],
    "maintainers": [
        {
            "name": "wyuenho",
            "github": "wyuenho",
            "ports_count": 3
        }
    ],
    "variants": [
        "debug",
        "buildtests",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "cmake",
                "clang-17"
            ]
        }
    ],
    "depends_on": []
}