2022-06-16 03:07:15 +08:00
|
|
|
{
|
|
|
|
"name": "libcaer",
|
2023-04-11 00:20:54 +08:00
|
|
|
"version": "3.3.15",
|
2023-12-14 16:07:17 +08:00
|
|
|
"port-version": 1,
|
2022-06-16 03:07:15 +08:00
|
|
|
"description": "Minimal C library to access, configure and get data from neuromorphic sensors and processors.",
|
|
|
|
"homepage": "https://gitlab.com/inivation/dv/libcaer",
|
2023-04-11 00:20:54 +08:00
|
|
|
"license": "BSD-2-Clause AND Apache-2.0",
|
|
|
|
"supports": "!(arm & windows & !mingw)",
|
2022-06-16 03:07:15 +08:00
|
|
|
"dependencies": [
|
|
|
|
"libusb",
|
2023-03-29 05:49:27 +08:00
|
|
|
{
|
|
|
|
"name": "pkgconf",
|
|
|
|
"host": true
|
|
|
|
},
|
2022-06-16 03:07:15 +08:00
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
|
|
|
}
|
2023-04-11 00:20:54 +08:00
|
|
|
],
|
|
|
|
"features": {
|
|
|
|
"opencv": {
|
|
|
|
"description": "Enable support for frame enhancements using OpenCV",
|
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "opencv4",
|
|
|
|
"default-features": false
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2022-06-16 03:07:15 +08:00
|
|
|
}
|