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

{
    "name": "mosquitto",
    "portdir": "net/mosquitto",
    "version": "2.0.9",
    "license": "(EPL-1 or EDL-1)",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://mosquitto.org",
    "description": "Mosquitto is an open-source MQTT 3.1/3.1.1 broker",
    "long_description": "MQTT is a machine-to-machine / Internet of Things connectivity protocol. Mosquito provides an open-source MQTT v3.1.1 broker (i.e., server) and both C and C++ client libraries.",
    "active": true,
    "categories": [
        "devel",
        "net"
    ],
    "maintainers": [
        {
            "name": "slewsys",
            "github": "slewsys",
            "ports_count": 4
        }
    ],
    "variants": [
        "debug",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "cmake",
                "clang-9.0",
                "libxslt"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "tcp_wrappers",
                "libwebsockets",
                "openssl",
                "c-ares"
            ]
        },
        {
            "type": "test",
            "ports": [
                "python27"
            ]
        }
    ],
    "depends_on": []
}