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

{
    "name": "mcpp",
    "portdir": "devel/mcpp",
    "version": "2.7.2",
    "license": "BSD",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://mcpp.sourceforge.net/",
    "description": "Alternative C/C++ preprocessor",
    "long_description": "C/C++ preprocessor defines and expands macros and processes '#if', '#include' and some other directives. MCPP is an alternative C/C++ preprocessor with the highest conformance. It supports multiple standards: K&R, ISO C90, ISO C99, and ISO C++98. MCPP is especially useful for debugging a source program which uses complicated macros and also useful for checking portability of a source. Though mcpp could be built as a replacement of GCC's resident preprocessor, this port installs a program which behaves independent from GCC.",
    "active": true,
    "categories": [
        "devel"
    ],
    "maintainers": [],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-9.0"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "zeroc-ice33",
                "zeroc-ice34",
                "zeroc-ice35"
            ]
        }
    ]
}