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

{
    "name": "qore-mysql-module",
    "portdir": "lang/qore-mysql-module",
    "version": "2.1",
    "license": "LGPL-2.1",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://qore.org",
    "description": "MySQL module for Qore",
    "long_description": "Module allowing communication with MySQL and MySQL-compatible DBs from the Qore Programming Language",
    "active": true,
    "categories": [
        "lang"
    ],
    "maintainers": [
        {
            "name": "davidnichols",
            "github": "davidnich",
            "ports_count": 26
        }
    ],
    "variants": [
        "mariadb",
        "mariadb105",
        "mariadb106",
        "mariadb107",
        "mariadb108",
        "mariadb109",
        "mariadb1010",
        "mariadb1011",
        "mysql57",
        "mysql80",
        "percona",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "qore",
                "mariadb-10.11"
            ]
        }
    ],
    "depends_on": []
}