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

{
    "name": "nano",
    "portdir": "editors/nano",
    "version": "8.4",
    "license": "GPL-3",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://www.nano-editor.org",
    "description": "Nano is ANOther editor - enhanced free Pico Clone",
    "long_description": "GNU nano is a small and friendly text editor. Besides basic text editing, nano offers many extra features like an interactive search and replace, goto line number, auto-indentation, feature toggles, internationalization support, and filename tab completion.",
    "active": true,
    "categories": [
        "editors"
    ],
    "maintainers": [
        {
            "name": "grimreaper",
            "github": "grimreaper",
            "ports_count": 12
        }
    ],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "gettext",
                "clang-17"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "libmagic",
                "zlib",
                "gettext-runtime",
                "libiconv",
                "ncurses"
            ]
        }
    ],
    "depends_on": []
}