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

{
    "name": "bun",
    "portdir": "devel/bun",
    "version": "1.2.5",
    "license": "MIT",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://bun.sh",
    "description": "JavaScript runtime built from scratch to serve the modern JavaScript ecosystem",
    "long_description": "Bun is an all-in-one JavaScript runtime & toolkit designed for speed, complete with a bundler, test runner, and Node.js-compatible package manager",
    "active": true,
    "categories": [
        "devel"
    ],
    "maintainers": [
        {
            "name": "git",
            "github": "JLindop",
            "ports_count": 3
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "npm10",
                "clang-17"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "nodejs22"
            ]
        }
    ],
    "depends_on": []
}