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

{
    "name": "libcaer",
    "portdir": "devel/libcaer",
    "version": "2.4.0",
    "license": "BSD",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/inilabs/libcaer",
    "description": "Minimal C library to access, configure and get/send AER data",
    "long_description": "Minimal C library to access, configure and get/send AER data from sensors or to/from neuromorphic processors. Supported devices are the Dynamic Vision Sensor (DVS), all the DAVIS cameras, and the Dynap-se neuromorphic processor.",
    "active": true,
    "categories": [
        "devel"
    ],
    "maintainers": [
        {
            "name": "aw.kornilov",
            "github": "ierofant",
            "ports_count": 13
        }
    ],
    "variants": [
        "debug",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "cmake",
                "pkgconfig",
                "clang-9.0"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "libusb"
            ]
        }
    ],
    "depends_on": []
}