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

{
    "name": "rb19-activemodel",
    "portdir": "ruby/rb19-activemodel",
    "version": "3.0.5",
    "license": "MIT",
    "platforms": "any",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://www.rubygems.org/gems/activemodel",
    "description": "toolkit for building modeling frameworks",
    "long_description": "A toolkit for building modeling frameworks like Active Record and Active Resource. Rich support for attributes, callbacks, validations, observers, serialization, internationalization, and testing.",
    "active": true,
    "categories": [
        "devel",
        "ruby"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "ruby19",
                "rb19-activesupport",
                "rb19-builder",
                "rb19-i18n"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "run",
            "ports": [
                "rb19-activerecord",
                "rb19-actionpack"
            ]
        }
    ]
}