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

{
    "name": "mozjs60",
    "portdir": "lang/mozjs60",
    "version": "60.8.0",
    "license": "(MPL-2 or LGPL-2.1+)",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://developer.mozilla.org/en-US/docs/Mozilla/Projects/SpiderMonkey",
    "description": "JavaScript-C Engine",
    "long_description": "SpiderMonkey is Mozilla's JavaScript engine written in C/C++. It is used in various Mozilla products, including Firefox, and is available under the MPL2.",
    "active": true,
    "categories": [
        "lang"
    ],
    "maintainers": [
        {
            "name": "devans",
            "github": "dbevans",
            "ports_count": 2653
        }
    ],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-17",
                "pkgconfig",
                "python27",
                "yasm",
                "autoconf213"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "xorg-libX11",
                "xorg-libXt",
                "nspr"
            ]
        }
    ],
    "depends_on": []
}