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

{
    "name": "ucl",
    "portdir": "archivers/ucl",
    "version": "1.03",
    "license": "GPL-2+",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://www.oberhumer.com/opensource/ucl/",
    "description": "A data compression library with low memory usage",
    "long_description": "UCL implements a number of compression algorithms that achieve an excellent compression ratio while allowing *very* fast decompression. Decompression requires no additional memory.",
    "active": true,
    "categories": [
        "archivers"
    ],
    "maintainers": [],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "autoconf",
                "automake",
                "libtool",
                "clang-16"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "upx",
                "upx-devel"
            ]
        }
    ]
}