aboutsummaryrefslogtreecommitdiff
path: root/ports/xtensor-io/vcpkg.json
blob: 403c06c79d18bbb2865753b4892db7ee3d3469c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "xtensor-io",
  "version": "0.12.8",
  "description": "xtensor plugin to read and write images, audio files, numpy (compressed) npz and HDF5",
  "homepage": "https://github.com/xtensor-stack/xtensor-io",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    },
    "xtensor",
    "xtl"
  ]
}