aboutsummaryrefslogtreecommitdiff
path: root/ports/kealib/vcpkg.json
blob: d956725b952fcaa6417282045a704bbfc48d694c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "kealib",
  "version": "1.4.14",
  "description": "KEALib provides an implementation of the GDAL data model using HDF5.",
  "homepage": "https://github.com/ubarsc/kealib",
  "dependencies": [
    {
      "name": "hdf5",
      "features": [
        "cpp"
      ]
    },
    {
      "name": "vcpkg-cmake",
      "host": true
    }
  ]
}