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

{
    "name": "rb-bioruby",
    "portdir": "ruby/rb-bioruby",
    "version": "0.6.2",
    "license": "GPL-2+",
    "platforms": "any",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://bioruby.org",
    "description": "Integrated environment for bioinformatics.",
    "long_description": "BioRuby project aims to implement an integrated environment for Bioinformatics with Ruby language. Design philosophy of the BioRuby library is KISS (keep it simple and stupid) to maximize the usability and the efficiency for biologists as a daily tool.",
    "active": true,
    "categories": [
        "science",
        "ruby"
    ],
    "maintainers": [],
    "variants": [
        "mysql",
        "postgres"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "ruby",
                "rb-bdb",
                "rb-http-access2"
            ]
        }
    ],
    "depends_on": []
}