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

{
    "name": "helix",
    "portdir": "editors/helix",
    "version": "24.03",
    "license": "MPL-2",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://helix-editor.com",
    "description": "A post-modern text editor.",
    "long_description": "A post-modern text editor.. helix is a kakoune / neovim inspired editor, written in Rust.",
    "active": true,
    "categories": [
        "editors"
    ],
    "maintainers": [
        {
            "name": "herby.gillot",
            "github": "herbygillot",
            "ports_count": 897
        }
    ],
    "variants": [
        "devel",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "cargo",
                "legacy-support",
                "rust",
                "clang-16"
            ]
        },
        {
            "type": "fetch",
            "ports": [
                "git"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "libunwind"
            ]
        }
    ],
    "depends_on": []
}