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

{
    "name": "hackrf",
    "portdir": "science/hackrf",
    "version": "2021.03.1",
    "license": "GPL-3",
    "platforms": "darwin",
    "epoch": 1,
    "replaced_by": null,
    "homepage": "https://github.com/greatscottgadgets/hackrf",
    "description": "hackrf is a project to build a low cost software radio (SDR) platform.",
    "long_description": "hackrf is a project to build a low cost software radio (SDR) platform.",
    "active": true,
    "categories": [
        "science",
        "comms"
    ],
    "maintainers": [
        {
            "name": "michaelld",
            "github": "michaelld",
            "ports_count": 441
        }
    ],
    "variants": [
        "debug",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "cmake",
                "pkgconfig",
                "clang-16"
            ]
        },
        {
            "type": "extract",
            "ports": [
                "xz"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "libusb",
                "fftw-3-single"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "gr-osmosdr",
                "gr37-osmosdr",
                "SoapyHackRF",
                "SDRPlusPlus"
            ]
        }
    ]
}