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

{
    "name": "gws",
    "portdir": "devel/gws",
    "version": "0.1.16",
    "license": "MIT",
    "platforms": "any",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/StreakyCobra/gws",
    "description": "helper for git workspaces",
    "long_description": "gws is a KISS, bash, colorful helper to manage workspaces composed of git repositories.",
    "active": true,
    "categories": [
        "devel",
        "sysutils"
    ],
    "maintainers": [
        {
            "name": "raimue",
            "github": "raimue",
            "ports_count": 99
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-16"
            ]
        },
        {
            "type": "run",
            "ports": [
                "git",
                "bash"
            ]
        }
    ],
    "depends_on": []
}