GET /api/v1/ports/hackrf/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "hackrf",
"portdir": "science/hackrf",
"version": "2024.02.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": 453
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"pkgconfig",
"clang-17"
]
},
{
"type": "extract",
"ports": [
"xz"
]
},
{
"type": "lib",
"ports": [
"libusb",
"fftw-3-single"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"SoapyHackRF",
"gr-osmosdr",
"gr37-osmosdr",
"SDRPlusPlus"
]
}
]
}