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

{
    "name": "amp",
    "portdir": "editors/amp",
    "version": "0.7.0",
    "license": "GPL-3",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://amp.rs",
    "description": "A complete text editor for your terminal.",
    "long_description": "Heavily inspired by Vi/Vim. Amp aims to take the core interaction model of Vim, simplify it, and bundle in the essential features required for a modern text editor.",
    "active": true,
    "categories": [
        "editors"
    ],
    "maintainers": [
        {
            "name": "herby.gillot",
            "github": "herbygillot",
            "ports_count": 896
        }
    ],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-16",
                "cmake",
                "legacy-support",
                "rust",
                "cargo"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "libunwind",
                "openssl",
                "zlib"
            ]
        }
    ],
    "depends_on": []
}