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

{
    "name": "clojure",
    "portdir": "lang/clojure",
    "version": "1.12.1.1550",
    "license": "EPL-1",
    "platforms": "any",
    "epoch": 20110929,
    "replaced_by": null,
    "homepage": "https://clojure.org",
    "description": "The Clojure programming language",
    "long_description": "Clojure is a dynamic programming language for the JVM. It is interactive, yet compiled, with a robust infrastructure for concurrency. It is a functional dialect of Lisp, with a rich set of immutable, persistent data structures and a macro system.",
    "active": true,
    "categories": [
        "lang",
        "java"
    ],
    "maintainers": [
        {
            "name": "jtrtik",
            "github": "jtrtik",
            "ports_count": 1
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-17"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "build",
            "ports": [
                "clojure-contrib",
                "clojure-contrib-devel"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "clojure-lsp"
            ]
        }
    ]
}