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

{
    "name": "neovim",
    "portdir": "editors/neovim",
    "version": "0.11.6",
    "license": "Apache-2 and Vim and GPL-2+",
    "platforms": "{darwin >= 15}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://neovim.io",
    "description": "Neovim is a aggressively refactored fork of Vim",
    "long_description": "Neovim is a project that seeks to aggressively refactor Vim. It already adds a new plugin architecture, job control, and a remote API.",
    "active": true,
    "categories": [
        "editors"
    ],
    "maintainers": [
        {
            "name": "l2dy",
            "github": "l2dy",
            "ports_count": 97
        },
        {
            "name": "judaew",
            "github": "judaew",
            "ports_count": 652
        }
    ],
    "variants": [
        "debug",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "cmake",
                "pkgconfig",
                "clang-18"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "unibilium",
                "luajit",
                "libiconv",
                "gettext",
                "luv-luajit",
                "lua51-lpeg",
                "libutf8proc",
                "libuv",
                "tree-sitter"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "neovim-qt"
            ]
        },
        {
            "type": "run",
            "ports": [
                "nvimpager"
            ]
        }
    ]
}