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

{
    "name": "p5-pdl",
    "portdir": "perl/p5-pdl",
    "version": "2.84.0",
    "license": "(Artistic-1 or GPL)",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": "p5.34-pdl",
    "homepage": "https://metacpan.org/pod/PDL",
    "description": "Perl Data Language - scientific computing capability for perl",
    "long_description": "The perlDL project aims to turn perl into an efficient numerical language for scientific computing. The PDL module gives standard perl the ability to COMPACTLY store and SPEEDILY manipulate the large N-dimensional data sets which are the bread and butter of scientific computing.",
    "active": true,
    "categories": [
        "perl"
    ],
    "maintainers": [
        {
            "name": "mgrimes",
            "github": "mvgrimes",
            "ports_count": 6
        }
    ],
    "variants": [
        "gd",
        "hdf4",
        "trid"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-15"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "p5.34-pdl"
            ]
        }
    ],
    "depends_on": []
}