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

{
    "name": "qore-odbc-module",
    "portdir": "lang/qore-odbc-module",
    "version": "1.2.0",
    "license": "LGPL-2.1",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://qore.org",
    "description": "odbc module for Qore",
    "long_description": "Module providing support for ODBC datasources to Qore",
    "active": true,
    "categories": [
        "lang"
    ],
    "maintainers": [
        {
            "name": "davidnichols",
            "github": "davidnich",
            "ports_count": 26
        }
    ],
    "variants": [
        "debug",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "cmake",
                "clang-14"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "unixODBC",
                "qore"
            ]
        }
    ],
    "depends_on": []
}