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

{
    "name": "editorconfig-core-c",
    "portdir": "devel/editorconfig-core-c",
    "version": "0.12.7",
    "license": "BSD",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/editorconfig/editorconfig-core-c",
    "description": "EditorConfig makes it easy to maintain the correct coding style",
    "long_description": "This code produces a program that accepts a filename as input and will look for .editorconfig files with sections applicable to the given file, outputting any properties found.",
    "active": true,
    "categories": [
        "devel"
    ],
    "maintainers": [
        {
            "name": "therealketo",
            "github": "therealketo",
            "ports_count": 15
        }
    ],
    "variants": [
        "debug",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "cmake",
                "doxygen",
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "pcre2"
            ]
        }
    ],
    "depends_on": []
}