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

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