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

{
    "name": "rb33-rubyinline",
    "portdir": "ruby/rb-rubyinline",
    "version": "3.14.1",
    "license": "MIT",
    "platforms": "any",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://www.zenspider.com/projects/rubyinline.html",
    "description": "Multi-language extension coding within Ruby",
    "long_description": "RubyInline is an analog to Perl's Inline::C. Out of the box, it allows you to embed C/++ external module code in your Ruby script directly. By writing simple builder classes, you can teach how to cope with new languages (Fortran, Perl, whatever). The code is compiled and run on the fly when needed.",
    "active": true,
    "categories": [
        "ruby"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "ruby33"
            ]
        },
        {
            "type": "run",
            "ports": [
                "rb33-zentest"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "run",
            "ports": [
                "rb33-parsetree",
                "rb33-image_science"
            ]
        }
    ]
}