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

{
    "name": "indi",
    "portdir": "science/indi",
    "version": "1.9.4",
    "license": "LGPL-2.1+",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://www.indilib.org",
    "description": "distributed control protocol for astronomical instrumentation",
    "long_description": "INDI is a distributed control protocol designed to operate astronomical instrumentation. INDI is small, flexible, easy to parse, and scalable. It supports common DCS functions such as remote control, data acquisition, monitoring, and a lot more. With INDI, you have a total transparent control over your instruments so you can get more science with less time.",
    "active": true,
    "categories": [
        "science"
    ],
    "maintainers": [],
    "variants": [
        "debug",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "cmake",
                "gtest",
                "pkgconfig",
                "clang-12"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "gsl",
                "libogg",
                "libtheora",
                "zlib",
                "SoapyRTLSDR",
                "cfitsio",
                "libnova",
                "curl",
                "libusb",
                "libjpeg-turbo",
                "fftw-3"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "indi_maxdomeii"
            ]
        }
    ]
}