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

{
    "name": "ccm",
    "portdir": "databases/ccm",
    "version": "2.8.4",
    "license": "Apache-2",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/pcmanus/ccm",
    "description": "Cassandra Cluster Manager",
    "long_description": "A script/library to create, launch and remove a Apache Cassandra cluster on localhost. The goal of ccm and ccmlib is to make is easy to create, manage and destroy a small cluster on a local box. It is meant for testing of a Cassandra cluster.",
    "active": true,
    "categories": [
        "databases"
    ],
    "maintainers": [
        {
            "name": "blair",
            "github": "blair",
            "ports_count": 24
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python27",
                "py27-yaml"
            ]
        }
    ],
    "depends_on": []
}