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

{
    "name": "libnfc",
    "portdir": "comms/libnfc",
    "version": "1.7.1",
    "license": "LGPL-3",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://www.libnfc.org/",
    "description": "Nearfield Communications Library (RFID)",
    "long_description": "libnfc is the first free NFC SDK and Programmers API released under the GNU Lesser General Public License. It provides complete transparency and royalty-free use for everyone.",
    "active": true,
    "categories": [
        "devel",
        "comms"
    ],
    "maintainers": [],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "pkgconfig",
                "clang-9.0"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "libusb",
                "libusb-compat"
            ]
        }
    ],
    "depends_on": []
}