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

{
    "name": "cpp-peglib",
    "portdir": "devel/cpp-peglib",
    "version": "1.9.1",
    "license": "MIT",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/yhirose/cpp-peglib",
    "description": "A single file C++ header-only PEG (Parsing Expression Grammars) library",
    "long_description": "A single file C++ header-only PEG (Parsing Expression Grammars) library",
    "active": true,
    "categories": [
        "devel"
    ],
    "maintainers": [
        {
            "name": "vital.had",
            "github": "barracuda156",
            "ports_count": 2560
        }
    ],
    "variants": [
        "universal",
        "debug"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "cmake",
                "clang-17"
            ]
        }
    ],
    "depends_on": []
}