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

{
    "name": "duktape",
    "portdir": "devel/duktape",
    "version": "2.7.0",
    "license": "MIT",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/svaarala/duktape",
    "description": "Duktape is an embeddable Javascript engine, with a focus on portability and compact footprint.",
    "long_description": "Duktape is an embeddable Javascript engine, with a focus on portability and compact footprint.",
    "active": true,
    "categories": [
        "devel"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "pkgconfig",
                "clang-14"
            ]
        },
        {
            "type": "extract",
            "ports": [
                "xz"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "policykit"
            ]
        }
    ]
}