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