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

{
    "name": "rb-mindi",
    "portdir": "ruby/rb-mindi",
    "version": "0.3",
    "license": "Ruby",
    "platforms": "any",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://redshift.sourceforge.net/mindi/",
    "description": "Minimalist dependency injection",
    "long_description": "MinDI is minimalist in that it attempts to map concepts of DI into basic ruby constructs, rather than into a layer of specialized constructs. In particular, classes and modules function as containers and registries, and methods and method definitions function as service points and services. Includes singleton, multiton, threaded, and deferred services.",
    "active": true,
    "categories": [
        "ruby"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "ruby"
            ]
        }
    ],
    "depends_on": []
}