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

{
    "name": "scala_select",
    "portdir": "sysutils/scala_select",
    "version": "0.1",
    "license": "Permissive",
    "platforms": "any",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "",
    "description": "common files for selecting default scala compiler",
    "long_description": "scala_select installs files that allow 'port select' to switch the default scala compiler. It creates unsuffixed symlinks in the MacPorts prefix that point to the selected version.",
    "active": true,
    "categories": [
        "sysutils"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-14"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "scala3.4",
                "scala3.3",
                "scala3.2",
                "scala3.1",
                "scala3.0",
                "scala2.13",
                "scala2.12",
                "scala2.10",
                "scala2.8",
                "scala2.11",
                "scala2.7",
                "scala2.9"
            ]
        }
    ]
}