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

{
    "name": "openjdk22",
    "portdir": "java/openjdk22",
    "version": "22.0.2",
    "license": "GPL-2+",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://openjdk.org/projects/jdk/22/",
    "description": "OpenJDK 22 (Short Term Support until September 2024)",
    "long_description": "JDK 22 builds of OpenJDK, the Open-Source implementation of the Java Platform, Standard Edition, and related projects.",
    "active": true,
    "categories": [
        "devel",
        "java"
    ],
    "maintainers": [
        {
            "name": "nils",
            "github": "breun",
            "ports_count": 100
        }
    ],
    "variants": [
        "core",
        "zero",
        "release",
        "optimized",
        "debug",
        "client",
        "server",
        "minimal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "gmake",
                "openjdk21-zulu",
                "clang-17",
                "autoconf",
                "bash"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "libiconv",
                "freetype"
            ]
        }
    ],
    "depends_on": []
}