mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 21:38:59 +08:00
642d1ccb27
* Convert manifest to JSON * Remove purely transitive dependencies * Parallel is unsupported with HDF5 C++ * Revise portfile * Update to 1.4.14 * x-add-version
19 lines
347 B
JSON
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
|
|
}
|
|
]
|
|
}
|