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

{
    "name": "digital_rf",
    "portdir": "science/digital_rf",
    "version": "2.6.1",
    "license": "BSD",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/MITHaystack/digital_rf",
    "description": "Read, write, and interact with data in the Digital RF and Digital Metadata formats.",
    "long_description": "Read, write, and interact with data in the Digital RF and Digital Metadata formats. The Digital RF project encompasses a standardized HDF5 format for reading and writing of radio frequency data and the software for doing so. The format is designed to be self-documenting for data archive and to allow rapid random access for data processing. For details on the format, refer to the 'documents' directory in the source tree.",
    "active": true,
    "categories": [
        "science"
    ],
    "maintainers": [
        {
            "name": "rvolz",
            "github": "ryanvolz",
            "ports_count": 1
        },
        {
            "name": "swoboj",
            "github": "jswoboda",
            "ports_count": 1
        }
    ],
    "variants": [
        "debug",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-17",
                "py27-pkgconfig",
                "cmake"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "boost171",
                "py27-mako",
                "py27-numpy",
                "hdf5"
            ]
        },
        {
            "type": "run",
            "ports": [
                "py27-packaging",
                "py27-pandas",
                "py27-scipy",
                "py27-six",
                "py27-tz",
                "py27-watchdog",
                "gnuradio",
                "uhd",
                "py27-matplotlib",
                "py27-dateutil",
                "gnutls"
            ]
        }
    ],
    "depends_on": []
}