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

{
    "name": "rb19-unicorn",
    "portdir": "ruby/rb19-unicorn",
    "version": "1.0.0",
    "license": "GPL-2 and Ruby",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://unicorn.bogomips.org/",
    "description": "HTTP server for Rack applications designed for Unix",
    "long_description": "Unicorn is an HTTP server for Rack applications designed to only serve fast clients on low-latency, high-bandwidth connections and take advantage of features in Unix/Unix-like kernels. Slow clients should only be served by placing a reverse proxy capable of fully buffering both the request and response in between Unicorn and slow clients.",
    "active": true,
    "categories": [
        "www",
        "ruby"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-9.0"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "ruby19"
            ]
        }
    ],
    "depends_on": []
}