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

{
    "name": "docker-compose",
    "portdir": "python/docker-compose",
    "version": "1.29.2",
    "license": "Apache-2",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/docker/compose",
    "description": "Define and run multi-container applications with Docker",
    "long_description": "Compose is a tool for defining and running multi-container applications with Docker. With Compose, you define a multi- container application in a single file, then spin your application up in a single command which does everything that needs to be done to get it running.",
    "active": true,
    "categories": [
        "devel",
        "python"
    ],
    "maintainers": [
        {
            "name": "emcrisostomo",
            "github": "emcrisostomo",
            "ports_count": 156
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py311-build",
                "py311-installer",
                "py311-setuptools",
                "py311-wheel",
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "py311-texttable",
                "py311-yaml",
                "py311-jsonschema",
                "py311-docopt",
                "python311",
                "py311-python-dotenv",
                "py311-docker",
                "py311-dockerpty",
                "py311-websocket-client",
                "py311-distro",
                "py311-requests",
                "py311-socks",
                "py311-six"
            ]
        }
    ],
    "depends_on": []
}