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

{
    "name": "parallel",
    "portdir": "sysutils/parallel",
    "version": "20240922",
    "license": "GPL-3+",
    "platforms": "any",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://www.gnu.org/software/parallel/",
    "description": "GNU parallel: Shell command parallelization utility",
    "long_description": "Build and execute shell command lines from standard input in parallel",
    "active": true,
    "categories": [
        "sysutils"
    ],
    "maintainers": [
        {
            "name": "ciserlohn",
            "github": "ci42",
            "ports_count": 38
        },
        {
            "name": "herby.gillot",
            "github": "herbygillot",
            "ports_count": 953
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-17"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "perl5"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "run",
            "ports": [
                "gutils-suite-core"
            ]
        }
    ]
}