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

{
    "name": "hyper",
    "portdir": "aqua/hyper",
    "version": "3.4.1",
    "license": "MIT",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://hyper.is",
    "description": "A terminal built on web technologies",
    "long_description": "A terminal built on web technologies. The goal of the project is to create a beautiful and extensible experience for command-line interface users, built on open web standards. In the beginning, our focus will be primarily around speed, stability and the development of the correct API for extension authors.",
    "active": true,
    "categories": [
        "aqua",
        "shells"
    ],
    "maintainers": [
        {
            "name": "herby.gillot",
            "github": "herbygillot",
            "ports_count": 994
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "yarn",
                "clang-14",
                "python311"
            ]
        }
    ],
    "depends_on": []
}