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

{
    "name": "PothosComms",
    "portdir": "science/PothosComms",
    "version": "0.3.5",
    "license": "Boost-1",
    "platforms": "darwin macosx",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/pothosware/PothosComms",
    "description": "Communications blocks and support libraries for Pothos",
    "long_description": "This communications toolkits provides DSP and higher level communications blocks such as filters, basic arithmetic, waveform generators, symbol manipulation, encoding/decoding, frame synchronization, error correction, and MAC layer support.",
    "active": true,
    "categories": [
        "science"
    ],
    "maintainers": [
        {
            "name": "ra1nb0w",
            "github": "ra1nb0w",
            "ports_count": 146
        },
        {
            "name": "michaelld",
            "github": "michaelld",
            "ports_count": 453
        }
    ],
    "variants": [
        "debug",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "cmake",
                "clang-17"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "spuce",
                "nlohmann-json",
                "poco",
                "PothosCore"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "PothosPlotters"
            ]
        },
        {
            "type": "run",
            "ports": [
                "Pothos"
            ]
        }
    ]
}