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

{
    "name": "gloox",
    "portdir": "net/gloox",
    "version": "1.0.28",
    "license": "(GPL-3 or OpenSSLException)",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://camaya.net/gloox",
    "description": "C++ Jabber/XMPP library taking care of the low-level protocol",
    "long_description": "gloox is a C++ Jabber/XMPP library which takes care of the low-level protocol stuff. Additionally, it offers high-level interfaces for interaction with an XMPP server.",
    "active": true,
    "categories": [
        "devel",
        "net"
    ],
    "maintainers": [],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "pkgconfig",
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "gnutls",
                "libgcrypt",
                "libgpg-error",
                "zlib",
                "iksemel",
                "libiconv",
                "libidn2",
                "gettext"
            ]
        }
    ],
    "depends_on": []
}