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

{
    "name": "blake3",
    "portdir": "security/blake3",
    "version": "1.5.5",
    "license": "Apache-2",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/BLAKE3-team/BLAKE3",
    "description": "blake3 is a cryptographic hash function.",
    "long_description": "blake3 is a cryptographic hash function that is much faster than MD5, SHA-1, SHA-2, SHA-3, and BLAKE2, secure, unlike MD5 and SHA-1, secure against length extension, unlike SHA-2, highly parallelizable, and capable of verified streaming and incremental updates.",
    "active": true,
    "categories": [
        "security"
    ],
    "maintainers": [
        {
            "name": "srirangav",
            "github": "srirangav",
            "ports_count": 15
        }
    ],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "cargo",
                "legacy-support",
                "rust",
                "clang-17"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "libunwind"
            ]
        }
    ],
    "depends_on": []
}