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

{
    "name": "php81-zstd",
    "portdir": "php/php-zstd",
    "version": "0.13.3",
    "license": "MIT",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/kjdev/php-ext-zstd",
    "description": "Zstandard compression",
    "long_description": "This extension allows Zstandard compression from PHP",
    "active": true,
    "categories": [
        "devel",
        "php"
    ],
    "maintainers": [
        {
            "name": "ryandesign",
            "github": "ryandesign",
            "ports_count": 1761
        }
    ],
    "variants": [
        "debug",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "autoconf",
                "pkgconfig",
                "php81-APCu",
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "zstd",
                "php81"
            ]
        }
    ],
    "depends_on": []
}