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

{
    "name": "pkl",
    "portdir": "lang/pkl",
    "version": "0.25.1",
    "license": "Apache-2",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/apple/pkl",
    "description": "A configuration as code language with rich validation and tooling",
    "long_description": "Pkl (pronounced Pickle) is an embeddable configuration language which provides rich support for data templating and validation. It can be used from the command line, integrated in a build pipeline, or embedded in a program. Pkl scales from small to large, simple to complex, ad-hoc to repetitive configuration tasks.",
    "active": true,
    "categories": [
        "lang"
    ],
    "maintainers": [
        {
            "name": "link",
            "github": "subpop",
            "ports_count": 7
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "openjdk17"
            ]
        }
    ],
    "depends_on": []
}