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

{
    "name": "libyubikey",
    "portdir": "security/libyubikey",
    "version": "1.13",
    "license": "BSD",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/Yubico/yubico-c",
    "description": "Low-level library for decrypting and parsing Yubikey One-Time Passwords (OTP) in C.",
    "long_description": "Low-level library for decrypting and parsing Yubikey One-Time Passwords (OTP) in C.",
    "active": true,
    "categories": [
        "security"
    ],
    "maintainers": [
        {
            "name": "snc",
            "github": "nerdling",
            "ports_count": 143
        }
    ],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "autoconf",
                "automake",
                "libtool",
                "clang-9.0",
                "asciidoc",
                "docbook-xsl-nons",
                "libxslt"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "ykpers",
                "yubico-c-client"
            ]
        }
    ]
}