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

{
    "name": "yash",
    "portdir": "shells/yash",
    "version": "2.58.1",
    "license": "GPL-2+",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://magicant.github.io/yash",
    "description": "Yet Another Shell",
    "long_description": "Yet another shell (yash) is a POSIX-compliant command line shell, featuring more strict POSIX compliance than those of other shells, as well as powerful command line editing.",
    "active": true,
    "categories": [
        "shells"
    ],
    "maintainers": [
        {
            "name": "larryv",
            "github": "larryv",
            "ports_count": 47
        }
    ],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "asciidoc",
                "clang-17"
            ]
        },
        {
            "type": "extract",
            "ports": [
                "xz"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "gettext",
                "ncurses"
            ]
        }
    ],
    "depends_on": []
}