vcpkg/ports/libcaer/vcpkg.json
2022-10-24 16:59:04 -07:00

22 lines
474 B
JSON

{
"name": "libcaer",
"version-date": "2022-07-25",
"port-version": 2,
"description": "Minimal C library to access, configure and get data from neuromorphic sensors and processors.",
"homepage": "https://gitlab.com/inivation/dv/libcaer",
"license": "BSD-2-Clause",
"dependencies": [
"libusb",
"opencv4",
"pkgconf",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}