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": "highfive",
"version": "3.2.0",
"description": "HighFive is a modern, user-friendly, header-only, C++14 interface for libhdf5.",
"homepage": "https://github.com/highfive-devs/highfive",
"license": "BSL-1.0",
"dependencies": [
{
"name": "hdf5",
"default-features": false
},
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"boost": {
"description": "Enable testing Boost features",
"dependencies": [
"boost-multi-array",
"boost-serialization",
"boost-system",
"boost-ublas"
]
},
"eigen3": {
"description": "Enable testing Eigen",
"dependencies": [
"eigen3"
]
},
"opencv": {
"description": "Enable testing OpenCV",
"dependencies": [
"opencv"
]
},
"xtensor": {
"description": "Enable testing xtensor",
"dependencies": [
"xtensor"
]
}
}
}
|