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

{
    "name": "arti",
    "portdir": "security/arti",
    "version": "1.4.2",
    "license": "Apache-2 and MIT",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://tpo.pages.torproject.net/core/arti",
    "description": "An implementation of Tor in Rust",
    "long_description": "An implementation of Tor in Rust.",
    "active": true,
    "categories": [
        "security"
    ],
    "maintainers": [
        {
            "name": "herby.gillot",
            "github": "herbygillot",
            "ports_count": 991
        }
    ],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "cargo",
                "legacy-support",
                "rust",
                "clang-17"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "libunwind"
            ]
        }
    ],
    "depends_on": []
}