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

{
    "name": "libdivecomputer",
    "portdir": "devel/libdivecomputer",
    "version": "0.4.1",
    "license": "LGPL-2.1",
    "platforms": "darwin",
    "epoch": 1,
    "replaced_by": null,
    "homepage": "http://www.divesoftware.org/libdc/",
    "description": "Libdivecomputer is a cross-platform and open source library for communication with dive computers from various manufacturers.",
    "long_description": "Libdivecomputer is a cross-platform and open source library for communication with dive computers from various manufacturers. Supported devices include devices manufactured by Suunto, Uwatec, Reefnet, Oceanic, Aeris, Sherwood, Hollis, Genesis, Tusa, Mares, Heinrichs Weikamp, Cressi, Zeagle, Mares and Atomic Aquatics.",
    "active": true,
    "categories": [
        "devel"
    ],
    "maintainers": [],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "autoconf",
                "automake",
                "libtool",
                "clang-9.0"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "gconf",
                "gtk2",
                "libusb"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "subsurface"
            ]
        }
    ]
}