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

{
    "name": "shards",
    "portdir": "devel/shards",
    "version": "0.19.0",
    "license": "Apache-2",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/crystal-lang/shards",
    "description": "Crystal application dependency manager",
    "long_description": "Shards is a dependency manager for the Crystal Programming Language.",
    "active": true,
    "categories": [
        "devel"
    ],
    "maintainers": [
        {
            "name": "conradwt",
            "github": "conradwt",
            "ports_count": 2
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-17"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "crystal"
            ]
        },
        {
            "type": "test",
            "ports": [
                "fossil",
                "mercurial"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "amber",
                "frightcrawler"
            ]
        }
    ]
}