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

{
    "name": "libssh",
    "portdir": "devel/libssh",
    "version": "0.10.6",
    "license": "LGPL-2.1",
    "platforms": "darwin",
    "epoch": 1,
    "replaced_by": null,
    "homepage": "https://www.libssh.org",
    "description": "an SSH library",
    "long_description": "The ssh library was designed to be used by programmers needing a working SSH implementation by the mean of a library.",
    "active": true,
    "categories": [
        "devel",
        "net",
        "security"
    ],
    "maintainers": [
        {
            "name": "ionic",
            "github": "Ionic",
            "ports_count": 25
        }
    ],
    "variants": [
        "debug",
        "kerberos5",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-16",
                "cmake",
                "pkgconfig",
                "doxygen"
            ]
        },
        {
            "type": "extract",
            "ports": [
                "xz"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "zlib",
                "openssl",
                "kerberos5"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "R-ssh",
                "yafc",
                "x2goclient",
                "kde4-runtime",
                "wireshark3",
                "hydra",
                "tmate",
                "wireshark4"
            ]
        }
    ]
}