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

{
    "name": "php53-xrange",
    "portdir": "php/php-xrange",
    "version": "1.3.2",
    "license": "PHP",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://pecl.php.net/package/xrange",
    "description": "Numeric iterator primitives",
    "long_description": "xrange is a compiled extension that provides numeric iteration primitives to PHP on top of SPL. It includes a lean numeric range generator / iterator, modeled after Python's xrange() function. It's intended to provide an alternative for all numeric iteration and looping.",
    "active": true,
    "categories": [
        "devel",
        "php"
    ],
    "maintainers": [
        {
            "name": "ryandesign",
            "github": "",
            "ports_count": 218
        }
    ],
    "variants": [
        "debug",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "autoconf",
                "clang-9.0"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "php53"
            ]
        }
    ],
    "depends_on": []
}