mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:41:47 +08:00
24 lines
434 B
JSON
24 lines
434 B
JSON
{
|
|
"name": "kealib",
|
|
"version": "1.5.3",
|
|
"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
|
|
}
|
|
]
|
|
}
|