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

{
    "name": "libu2f-host",
    "portdir": "security/libu2f-host",
    "version": "1.1.10",
    "license": "LGPL-2.1+",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://developers.yubico.com/libu2f-host/",
    "description": "Yubico Universal 2nd Factor (U2F) Host C Library",
    "long_description": "Libu2f-host provides a C library and command-line tool that implements the host-side of the U2F protocol. There are APIs to talk to a U2F device and perform the U2F Register and U2F Authenticate operations.",
    "active": true,
    "categories": [
        "security"
    ],
    "maintainers": [
        {
            "name": "l2dy",
            "github": "l2dy",
            "ports_count": 96
        }
    ],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "pkgconfig",
                "clang-9.0"
            ]
        },
        {
            "type": "extract",
            "ports": [
                "xz"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "hidapi",
                "json-c"
            ]
        }
    ],
    "depends_on": []
}