vcpkg/ports/kealib/vcpkg.json
Kai Pastor 642d1ccb27
[kealib] Update, revise features (#19118)
* Convert manifest to JSON

* Remove purely transitive dependencies

* Parallel is unsupported with HDF5 C++

* Revise portfile

* Update to 1.4.14

* x-add-version
2021-09-07 11:56:42 -07:00

19 lines
347 B
JSON

{
"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
}
]
}