aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/dv-processing/vcpkg.json
blob: 04d95f912aa959e0e551911c31ab0498ef39209c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
  "name": "dv-processing",
  "version": "2.0.1",
  "description": "Generic algorithms for event cameras. (C++20 required.)",
  "homepage": "https://gitlab.com/inivation/dv/dv-processing",
  "license": "Apache-2.0",
  "dependencies": [
    "boost-algorithm",
    {
      "name": "boost-asio",
      "features": [
        "ssl"
      ]
    },
    "boost-callable-traits",
    "boost-circular-buffer",
    "boost-core",
    "boost-endian",
    "boost-geometry",
    "boost-lockfree",
    "boost-nowide",
    "boost-property-tree",
    "boost-stacktrace",
    "cli11",
    "eigen3",
    "fmt",
    "libusb",
    "lz4",
    {
      "name": "opencv4",
      "default-features": false,
      "features": [
        "fs",
        "intrinsics",
        "thread"
      ]
    },
    "openssl",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    "zstd"
  ],
  "features": {
    "tools": {
      "description": "Build CLI utilities"
    }
  }
}