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

{
    "name": "mstch",
    "portdir": "devel/mstch",
    "version": "1.0.2",
    "license": "MIT",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/no1msd/mstch",
    "description": "mstch is a complete implementation of {mustache} templates using modern C++",
    "long_description": "mstch is a complete implementation of {mustache} templates using modern C++",
    "active": true,
    "categories": [
        "devel"
    ],
    "maintainers": [],
    "variants": [
        "debug",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "cmake",
                "clang-17"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "boost176"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "fb303",
                "fbthrift"
            ]
        }
    ]
}