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

{
    "name": "mozjs91",
    "portdir": "lang/mozjs91",
    "version": "91.5.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": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-13",
                "cargo",
                "pkgconfig",
                "yasm",
                "python310",
                "autoconf213"
            ]
        },
        {
            "type": "extract",
            "ports": [
                "xz"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "xorg-libX11",
                "xorg-libXt",
                "nspr"
            ]
        }
    ],
    "depends_on": []
}