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

{
    "name": "julia",
    "portdir": "lang/julia",
    "version": "1.11.5",
    "license": "MIT",
    "platforms": "{darwin >= 14}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://julialang.org",
    "description": "The Julia Language: A fresh approach to technical computing.",
    "long_description": "Julia is a high-level, high-performance dynamic programming language for technical computing, with syntax that is familiar to users of other technical computing environments.",
    "active": true,
    "categories": [
        "science",
        "lang",
        "math"
    ],
    "maintainers": [
        {
            "name": "s.t.smith",
            "github": "essandess",
            "ports_count": 35
        },
        {
            "name": "olivier.benz",
            "github": "benz0li",
            "ports_count": 1
        }
    ],
    "variants": [
        "gcc10",
        "gcc11",
        "gcc12",
        "gcc13",
        "gcc14",
        "gccdevel"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-17",
                "gcc14"
            ]
        },
        {
            "type": "fetch",
            "ports": [
                "gnupg2"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "libgcc"
            ]
        },
        {
            "type": "run",
            "ports": [
                "p7zip"
            ]
        }
    ],
    "depends_on": []
}