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

{
    "name": "libftdi",
    "portdir": "devel/libftdi",
    "version": "0.20",
    "license": "GPL-2+",
    "platforms": "darwin",
    "epoch": 1,
    "replaced_by": "libftdi0",
    "homepage": "http://www.intra2net.com/en/developer/libftdi/",
    "description": "A library to talk to FTDI chips",
    "long_description": "A library to talk to FTDI chips: FT232BM/245BM, FT2232C/D and FT232/245R using libusb, including the popular bitbang mode. The license is LGPL.",
    "active": true,
    "categories": [
        "devel"
    ],
    "maintainers": [
        {
            "name": "snc",
            "github": "nerdling",
            "ports_count": 150
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "pkgconfig",
                "clang-16"
            ]
        },
        {
            "type": "extract",
            "ports": [
                null
            ]
        },
        {
            "type": "fetch",
            "ports": [
                null
            ]
        },
        {
            "type": "lib",
            "ports": [
                "libusb-compat"
            ]
        },
        {
            "type": "patch",
            "ports": [
                null
            ]
        },
        {
            "type": "run",
            "ports": [
                null
            ]
        },
        {
            "type": "test",
            "ports": [
                null
            ]
        }
    ],
    "depends_on": []
}