mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 22:59:01 +08:00
35 lines
667 B
JSON
35 lines
667 B
JSON
{
|
|
"name": "dv-processing",
|
|
"version": "1.5.1",
|
|
"port-version": 1,
|
|
"description": "Generic algorithms for event cameras.",
|
|
"homepage": "https://gitlab.com/inivation/dv/dv-processing",
|
|
"license": "Apache-2.0",
|
|
"dependencies": [
|
|
"boost-callable-traits",
|
|
"boost-circular-buffer",
|
|
"boost-geometry",
|
|
"boost-lockfree",
|
|
"boost-nowide",
|
|
"boost-property-tree",
|
|
"boost-stacktrace",
|
|
"boost-tti",
|
|
"cli11",
|
|
"eigen3",
|
|
"fmt",
|
|
"libcaer",
|
|
"lz4",
|
|
"opencv4",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
"zlib",
|
|
"zstd"
|
|
]
|
|
}
|