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

{
    "name": "wasmtime",
    "portdir": "devel/wasmtime",
    "version": "19.0.0",
    "license": "Apache-2",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://wasmtime.dev",
    "description": "Standalone JIT-style runtime for WebAssembly, using Cranelift",
    "long_description": "Standalone JIT-style runtime for WebAssembly, using Cranelift",
    "active": true,
    "categories": [
        "devel"
    ],
    "maintainers": [
        {
            "name": "herby.gillot",
            "github": "herbygillot",
            "ports_count": 879
        }
    ],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "cargo",
                "legacy-support",
                "rust",
                "clang-16"
            ]
        },
        {
            "type": "fetch",
            "ports": [
                "git"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "libunwind"
            ]
        }
    ],
    "depends_on": []
}