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

{
    "name": "yorick-z",
    "portdir": "science/yorick-z",
    "version": "1.2.0.git20110402",
    "license": "BSD",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://maumae.net/yorick/doc/plugins.php",
    "description": "zlib, jpeg and png support for the Yorick language",
    "long_description": "This is a compiled add-on for yorick (an interpreted computer language specialized for numerical and scientific problems). Yorick-z adds support for zlib (the data compression system used by gzip), png (a lossless image compression format), and jpeg (a lossy image compression format).",
    "active": true,
    "categories": [
        "science",
        "yorick"
    ],
    "maintainers": [
        {
            "name": "thibaut",
            "github": "paumard",
            "ports_count": 38
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-9.0"
            ]
        },
        {
            "type": "fetch",
            "ports": [
                "git"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "zlib",
                "libjpeg-turbo",
                "libpng",
                "yorick"
            ]
        }
    ],
    "depends_on": []
}