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

{
    "name": "scala",
    "portdir": "lang/scala",
    "version": "3.4",
    "license": "Apache-2",
    "platforms": "any",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://www.scala-lang.org/",
    "description": "The Scala Programming Language",
    "long_description": "Scala is a modern multi-paradigm programming language designed to express common programming patterns in a concise, elegant, and type-safe way. It smoothly integrates features of object-oriented and functional languages. It runs inside a Java Virtual Machine and is fully interoperable with Java.",
    "active": true,
    "categories": [
        "lang",
        "java"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-17"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "openjdk8"
            ]
        },
        {
            "type": "run",
            "ports": [
                "scala3.4"
            ]
        }
    ],
    "depends_on": []
}