mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 16:39:01 +08:00
23 lines
414 B
JSON
23 lines
414 B
JSON
{
|
|
"name": "kealib",
|
|
"version": "1.5.2",
|
|
"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
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|